|
10 | 10 |
|
11 | 11 | setup( |
12 | 12 | name="seigr-toolset-crypto", |
13 | | - version="0.1.0", |
| 13 | + version="0.1.1", |
14 | 14 | author="Sergi Saldaña-Massó - Seigr Lab", |
15 | | - author_email="dev@seigr.io", |
| 15 | + author_email="sergism77@gmail.com", |
16 | 16 | description="Post-classical cryptographic engine rejecting legacy symmetric/asymmetric paradigms", |
17 | 17 | long_description=long_description, |
18 | 18 | long_description_content_type="text/markdown", |
19 | 19 | url="https://github.com/Seigr-lab/SeigrToolsetCrypto", |
| 20 | + project_urls={ |
| 21 | + "Homepage": "https://github.com/Seigr-lab/SeigrToolsetCrypto", |
| 22 | + "Documentation": "https://github.com/Seigr-lab/SeigrToolsetCrypto#readme", |
| 23 | + "Source": "https://github.com/Seigr-lab/SeigrToolsetCrypto", |
| 24 | + "Sponsor": "https://github.com/sponsors/Seigr-lab", |
| 25 | + }, |
20 | 26 | packages=find_packages(), |
21 | 27 | classifiers=[ |
22 | 28 | "Development Status :: 3 - Alpha", |
|
28 | 34 | "Programming Language :: Python :: 3.11", |
29 | 35 | "License :: OSI Approved :: MIT License", |
30 | 36 | "Operating System :: OS Independent", |
| 37 | + "Environment :: Console", |
31 | 38 | ], |
| 39 | + keywords="cryptography, seigr, entropy, regenerative, post-classical, toolset", |
32 | 40 | python_requires=">=3.9", |
33 | 41 | install_requires=[ |
34 | 42 | "numpy>=1.24.0", |
|
38 | 46 | "stc=interfaces.cli.stc_cli:main", |
39 | 47 | ], |
40 | 48 | }, |
| 49 | + include_package_data=True, |
41 | 50 | ) |
0 commit comments