diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 90900c4..823372a 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -5,12 +5,13 @@ There is no data used/processed except for your score, time and block, which is ## Supported Versions -| Version | Supported | -|---------| ------------------ | -| v1.0.0 | ❌ | -| v1.0.1 | ❌ | -| v1.0.2 | ✅ | -| v1.0.3 | ✅ | +| Version | Supported | +|---------|-----------| +| v1.0.0 | ❌ | +| v1.0.1 | ❌ | +| v1.0.2 | ✅ | +| v1.0.3 | ❌ | +| v1.0.4 | ✅ | ## Reporting a Vulnerability Make a new issue for reporting a vulnerability, or make a pull request if you manage to fix it. \ No newline at end of file diff --git a/setup.py b/setup.py index 6d2368b..a23cb8d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup, find_packages +from setuptools import setup long_description = """
@@ -115,8 +115,8 @@ setup( name='secrypto', - version='1.0.3', - packages=find_packages(), + version='1.0.4', + packages=["secrypto", "secrypto.source"], install_requires=[], author='Aahan Salecha', author_email='salecha.aahan@gmail.com', @@ -125,6 +125,7 @@ long_description=long_description, long_description_content_type='text/markdown', license='CC0 1.0 Universal', + license_file="LICENSE.md", project_urls={ 'Source Repository': 'https://github.com/aahan0511/Secrypto/' }