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
87ea50d7
Commit
87ea50d7
authored
May 29, 2016
by
Andreas Mueller
Browse files
use setuptools, add install_requires
parent
00488b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
87ea50d7
from
distutils.core
import
setup
from
distuti
ls.extension
import
Extension
from
setuptools
import
setup
from
setuptoo
ls.extension
import
Extension
setup
(
author
=
"Andreas Mueller"
,
...
...
@@ -9,6 +9,7 @@ setup(
url
=
'https://github.com/amueller/word_cloud'
,
description
=
'A little word cloud generator'
,
license
=
'MIT'
,
install_requires
=
[
'numpy'
,
'pillow'
],
ext_modules
=
[
Extension
(
"wordcloud.query_integral_image"
,
[
"wordcloud/query_integral_image.c"
])],
scripts
=
[
'wordcloud/wordcloud_cli.py'
],
...
...
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