Skip to content

Commit

Permalink
fix dumb typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Mar 6, 2017
1 parent da3104d commit 2bf30ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def build_extensions(self):
long_description=open('README.rst').read(),
requires=['atom', 'PyQt', 'ply', 'kiwisolver', 'qtpy'],
install_requires=['setuptools', 'future', 'atom >= 0.4.0.dev',
'kiwisolver >= 0.2.0.dev', 'ply >= 3.4', 'qtpy']
'kiwisolver >= 0.2.0.dev', 'ply >= 3.4', 'qtpy'],
packages=find_packages(),
package_data={
'enaml.applib': ['*.enaml'],
Expand Down

0 comments on commit 2bf30ef

Please sign in to comment.