From d5dcde717daf9774fcf0c73c36888915be348b96 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 7 Apr 2020 13:40:19 +0200 Subject: Finalize setup.py for release 1.0.0 --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9edcdac..7eac4d8 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,11 @@ setuptools.setup( url='https://github.com/blackm0re/pyotp2289', packages=setuptools.find_packages(), exclude_package_data={'': ['.gitignore']}, + entry_points={ + 'console_scripts': [ + 'otp2289=otp2289.__main__:main', + ], + }, classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', @@ -37,6 +42,8 @@ setuptools.setup( project_urls={ 'Bug Reports': 'https://github.com/blackm0re/pyotp2289/issues', 'Source': 'https://github.com/blackm0re/pyotp2289', + 'API Documentation': ( + 'http://gnulover.simeonov.no/docs/api/pyotp2289/latest/') }, python_requires='>=3.6', ) -- cgit v1.3