Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
word_cloud_est
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
keeleliin
word_cloud_est
Commits
87ea50d7
Commit
87ea50d7
authored
May 29, 2016
by
Andreas Mueller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use setuptools, add install_requires
parent
00488b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
setup.py
setup.py
+3
-2
No files found.
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