Skip to content

Commit

Permalink
Fix static + matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Nov 3, 2019
1 parent a8f4d10 commit 327d3ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,2 +1,2 @@
graft static
graft */static
global-exclude .DS_Store
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,4 +1,5 @@
wordcloud
icon-font-to-png
palettable
fire
fire
matplotlib
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -18,7 +18,7 @@
setup(
name='stylecloud',
packages=['stylecloud'], # this must be the same as the name above
version='0.1',
version='0.1.1',
description="Python package + CLI to generate stylistic wordclouds, " \
"including gradients and icon shapes!",
long_description=long_description,
Expand All @@ -34,5 +34,5 @@
},
python_requires='>=3.5',
include_package_data=True,
install_requires=['wordcloud', 'icon-font-to-png', 'palettable', 'fire']
install_requires=['wordcloud', 'icon-font-to-png', 'palettable', 'fire', 'matplotlib']
)

0 comments on commit 327d3ff

Please sign in to comment.