commit | 2eff4c4abad862cce61424d0502e262079a2c214 | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Mon Apr 23 10:32:25 2018 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Mon Apr 23 10:48:42 2018 +0200 |
tree | e81825acc4f72525fb7faec20bfabf9854df9f46 | |
parent | df55039961f67fa4e7bb45ac82d1ad746ee67130 [diff] |
Fix typo entry_points not entry_point
diff --git a/setup.py b/setup.py index 401236e..5b4b8b6 100644 --- a/setup.py +++ b/setup.py
@@ -37,7 +37,7 @@ license = LICENCE, url = URL, packages = find_packages(exclude=['*tests']), #FIXME validate this - entry_point = { 'console_scripts': console_scripts }, + entry_points = { 'console_scripts': console_scripts }, install_requires = ['pyparsing', 'pyyaml', 'six'], #FIXME pygit2 (require libffi-dev, libgit2-dev 0.26.x ) classifiers=[