Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski authored Oct 8, 2016
1 parent e4bdcf6 commit aa01ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
version = "0.0.1",
packages = find_packages(),
package_data = {"neuropsydia.files.font":["*.ttf"],
"neuropsydia.files.binary":["*.png"],
"neuropsydia.files.logo":["*.png"]},
"neuropsydia.files.binary":["*.png"],
"neuropsydia.files.logo":["*.png"]},
install_requires = ['pygame>=1.9.2a0', 'numpy>=1.11.0', 'pandas>=0.18.0', 'Pillow>=3.0.0', 'plotly>=1.12.9', 'scipy>=0.10.0'],
# dependency_links = ['https://bitbucket.org/pygame/pygame/get/tip.zip#egg=pygame-1.9.2'],
# dependency_links = ['https://bitbucket.org/pygame/pygame/get/tip.zip#egg=pygame-1.9.2'],
author = "Dominique Makowski",
author_email = "[email protected]",
maintainer = "Dominique Makowski",
Expand Down

0 comments on commit aa01ff7

Please sign in to comment.