Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
word_cloud_est
Commits
3a5d0432
Commit
3a5d0432
authored
Mar 20, 2015
by
Low Kian Seong
Browse files
Update setup.py
Adding a `description` field to `setup.py`
parent
902f8918
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3a5d0432
...
...
@@ -5,6 +5,7 @@ setup(
name
=
'wordcloud'
,
version
=
'1.0.0'
,
url
=
'https://github.com/amueller/word_cloud'
,
description
=
'A little word cloud generator'
,
license
=
'MIT'
,
ext_modules
=
cythonize
(
'wordcloud/query_integral_image.pyx'
),
packages
=
[
'wordcloud'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment