mirror of
https://github.com/Steffo99/royalspells.git
synced 2024-11-23 08:24:21 +00:00
Bump version to 4.0.0
This commit is contained in:
parent
64ac28f1d3
commit
9ac64b529b
1 changed files with 5 additions and 5 deletions
10
setup.py
10
setup.py
|
@ -5,18 +5,18 @@ with open("README.md", "r") as f:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="royalspells",
|
name="royalspells",
|
||||||
version="3.2",
|
version="4.0.0",
|
||||||
author="Stefano Pigozzi",
|
author="Stefano Pigozzi",
|
||||||
author_email="ste.pigozzi@gmail.com",
|
author_email="me@steffo.eu",
|
||||||
description="A package to procedurally generate useless spells!",
|
description="Meaningless fantasy spell stats generator",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/Steffo99/royalspells",
|
url="https://github.com/Steffo99/royalspells",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
python_requires="~=3.6",
|
python_requires=">=3.6",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 6 - Mature",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
|
|
Loading…
Reference in a new issue