diff options
| author | jvoisin | 2022-09-11 23:11:39 +0100 |
|---|---|---|
| committer | jvoisin | 2022-09-11 23:11:39 +0100 |
| commit | c1803dfd5b9137a512bd0ac0b533808d4d8620b2 (patch) | |
| tree | baedf41bc961db9c6d8781063f948ecf17b54dfb /setup.py | |
| parent | efd728a73ab6c6ed6d0ae289c74bacdc5aba48d8 (diff) | |
Extract more details about the certificate
Diffstat (limited to 'setup.py')
| -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", |
