Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mjvm committed Jan 22, 2013
1 parent 405aaa4 commit d1b7c7b
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 @@ -13,7 +13,7 @@
url="",
license="BSD",
package_dir={'': '.'},
packages=find_packages(where='.')),
packages=find_packages(where='.'),
include_package_data=True,
zip_safe=False,
install_requires=['setuptools',
Expand Down

0 comments on commit d1b7c7b

Please sign in to comment.