Skip to content

Commit

Permalink
changed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Feb 23, 2017
1 parent ab2ad0a commit 7b178bd
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 @@ -36,7 +36,7 @@ def read(*names, **kwargs):
url='https://github.com/Woile/pyfsm',
packages=find_packages('src'),
package_dir={'': 'src'},
download_url='https://github.com/Woile/pyfsm/tree/0.1.0',
download_url='https://github.com/Woile/pyfsm/tree/0.1.2',
py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 7b178bd

Please sign in to comment.