Skip to content

Commit c059648

Browse files
committed
feat: Update version to 0.1.1 and enhance setup.py with project URLs and keywords
1 parent 7d26568 commit c059648

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Seigr Toolset Crypto (STC)
22

3+
[![Sponsor Seigr-lab](https://img.shields.io/badge/Sponsor-Seigr--lab-forestgreen?style=flat&logo=github)](https://github.com/sponsors/Seigr-lab)
4+
5+
36
**Post-classical cryptographic engine with entropy-regenerative architecture**
47

58
## Overview

setup.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@
1010

1111
setup(
1212
name="seigr-toolset-crypto",
13-
version="0.1.0",
13+
version="0.1.1",
1414
author="Sergi Saldaña-Massó - Seigr Lab",
15-
author_email="dev@seigr.io",
15+
author_email="sergism77@gmail.com",
1616
description="Post-classical cryptographic engine rejecting legacy symmetric/asymmetric paradigms",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
1919
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+
},
2026
packages=find_packages(),
2127
classifiers=[
2228
"Development Status :: 3 - Alpha",
@@ -28,7 +34,9 @@
2834
"Programming Language :: Python :: 3.11",
2935
"License :: OSI Approved :: MIT License",
3036
"Operating System :: OS Independent",
37+
"Environment :: Console",
3138
],
39+
keywords="cryptography, seigr, entropy, regenerative, post-classical, toolset",
3240
python_requires=">=3.9",
3341
install_requires=[
3442
"numpy>=1.24.0",
@@ -38,4 +46,5 @@
3846
"stc=interfaces.cli.stc_cli:main",
3947
],
4048
},
49+
include_package_data=True,
4150
)

0 commit comments

Comments
 (0)