Skip to content

Commit

Permalink
réparation
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsMT committed Dec 12, 2024
1 parent b74be1c commit 1d155c3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
from distutils.core import setup

setup(
name="Periodic_Encryption",
packages = ["Periodic_Encryption"],
name="periodic_encryption",
packages = ["periodic_encryption"],
version = '1.0',
license='MIT',

description="Allow you to encrypt & decrypt strings using the periodic table elements",

author="Nils Moreau--Thomas",
author="NilsMT",
author_email="nilsmoreauthomas@gmail.com",

url="https://github.com/NilsMT/periodic-encryption",
download_url = 'https://github.com/user/reponame/archive/v_01.tar.gz'

install_requires = [
'periodictable',
'numpy',
'wheel',
'pandas',
'pytest'
]
],

keywords = ['CRYPTOGRAPHY', 'SECURITY', 'PERIODIC TABLE', 'CHEMICAL', 'WEIRD'],

classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers, Cryptography Engineers',
'Topic :: Software Development :: Build Tools',
'Intended Audience :: Developers',
'Topic :: Security :: Cryptography',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 1d155c3

Please sign in to comment.