|
40 | 40 | long_description_content_type="text/markdown", |
41 | 41 | author="Brian Lee, random.zebra", |
42 | 42 | maintainer="The Avian Core Developers", |
43 | | - license="MIT", |
44 | 43 | url="https://github.com/AvianNetwork/x16rt_hash", |
45 | 44 | project_urls={ |
46 | 45 | "Bug Tracker": "https://github.com/AvianNetwork/x16rt_hash/issues", |
47 | 46 | "Source Code": "https://github.com/AvianNetwork/x16rt_hash", |
48 | 47 | }, |
49 | | - classifiers=[ |
50 | | - "Development Status :: 4 - Beta", |
51 | | - "Intended Audience :: Developers", |
52 | | - "License :: OSI Approved :: MIT License", |
53 | | - "Programming Language :: Python :: 3", |
54 | | - "Programming Language :: Python :: 3.8", |
55 | | - "Programming Language :: Python :: 3.9", |
56 | | - "Programming Language :: Python :: 3.10", |
57 | | - "Programming Language :: Python :: 3.11", |
58 | | - "Programming Language :: Python :: 3.12", |
59 | | - "Programming Language :: Python :: 3.13", |
60 | | - "Topic :: Security :: Cryptography", |
61 | | - ], |
62 | 48 | python_requires=">=3.8", |
63 | 49 | ext_modules=[x16rt_hash_module], |
64 | 50 | ) |
0 commit comments