diff options
Diffstat (limited to '')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -25,9 +25,7 @@ setup( | |||
| 25 | include_package_data=True, | 25 | include_package_data=True, |
| 26 | install_requires=open("requirements.txt").read().splitlines(), | 26 | install_requires=open("requirements.txt").read().splitlines(), |
| 27 | entry_points={ | 27 | entry_points={ |
| 28 | 'console_scripts': [ | 28 | "console_scripts": ["karton-android=karton.android:Android.main"], |
| 29 | 'karton-android=karton.android:Android.main' | ||
| 30 | ], | ||
| 31 | }, | 29 | }, |
| 32 | classifiers=[ | 30 | classifiers=[ |
| 33 | "Programming Language :: Python", | 31 | "Programming Language :: Python", |
