diff --git a/setup.py b/setup.py index 97a006c..fbe7c12 100644 --- a/setup.py +++ b/setup.py @@ -5,18 +5,18 @@ with open("README.md", "r") as f: setuptools.setup( name="royalspells", - version="3.2", + version="4.0.0", author="Stefano Pigozzi", - author_email="ste.pigozzi@gmail.com", - description="A package to procedurally generate useless spells!", + author_email="me@steffo.eu", + description="Meaningless fantasy spell stats generator", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/Steffo99/royalspells", packages=setuptools.find_packages(), install_requires=[], - python_requires="~=3.6", + python_requires=">=3.6", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 6 - Mature", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6",