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
5f1202be
Commit
5f1202be
authored
Jul 21, 2015
by
Andreas Mueller
Browse files
hopefully fixing cython built
parent
ba2a50db
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
5f1202be
...
...
@@ -7,7 +7,7 @@ setup(
url
=
'https://github.com/amueller/word_cloud'
,
description
=
'A little word cloud generator'
,
license
=
'MIT'
,
ext_modules
=
[
Extension
(
"wordcloud
/
query_integral_image"
,
ext_modules
=
[
Extension
(
"wordcloud
.
query_integral_image"
,
[
"wordcloud/query_integral_image.c"
])],
packages
=
[
'wordcloud'
],
package_data
=
{
'wordcloud'
:
[
'stopwords'
,
'DroidSansMono.ttf'
]}
...
...
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