diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 2a54a66..0000000 --- a/setup.cfg +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | [metadata] | ||
| 2 | name = pyotp2289 | ||
| 3 | version = attr: otp2289.__version__ | ||
| 4 | author = attr: otp2289.__author__ | ||
| 5 | author_email = sgs@pichove.org | ||
| 6 | description = A pure Python implementation of "A One-Time Password System" | ||
| 7 | long_description = file: README.md | ||
| 8 | long_description_content_type = text/markdown | ||
| 9 | url = https://github.com/blackm0re/pyotp2289 | ||
| 10 | |||
| 11 | classifiers = | ||
| 12 | Development Status :: 5 - Production/Stable | ||
| 13 | Intended Audience :: Developers | ||
| 14 | License :: OSI Approved :: BSD License | ||
| 15 | Programming Language :: Python :: 3 | ||
| 16 | Programming Language :: Python :: 3.7 | ||
| 17 | Programming Language :: Python :: 3.8 | ||
| 18 | Programming Language :: Python :: 3.9 | ||
| 19 | Programming Language :: Python :: 3.10 | ||
| 20 | Programming Language :: Python :: 3.11 | ||
| 21 | Programming Language :: Python :: 3.12 | ||
| 22 | Programming Language :: Python :: Implementation | ||
| 23 | Operating System :: OS Independent | ||
| 24 | Topic :: Security :: Cryptography | ||
| 25 | |||
| 26 | project_urls = | ||
| 27 | Bug Tracker = https://github.com/blackm0re/pyotp2289/issues | ||
| 28 | Source = https://github.com/blackm0re/pyotp2289 | ||
| 29 | API Documentation = https://gnulover.simeonov.no/docs/api/pyotp2289/latest/ | ||
| 30 | |||
| 31 | [options] | ||
| 32 | package_dir = | ||
| 33 | = src | ||
| 34 | packages = find: | ||
| 35 | python_requires = >=3.7 | ||
| 36 | |||
| 37 | [options.packages.find] | ||
| 38 | where = src | ||
| 39 | |||
| 40 | [options.entry_points] | ||
| 41 | console_scripts = | ||
| 42 | otp2289 = otp2289.__main__:main | ||
