Update some inconsistent spacing
This commit is contained in:
parent
915fee90ed
commit
6403cb098a
8
setup.py
8
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name='splashbuilder',
|
||||
version_format='{tag}.dev{commitcount}',
|
||||
version_format='{tag}',
|
||||
setup_requires=['setuptools-git-version'],
|
||||
author="Manoel <godzil> Trapier",
|
||||
author_email="wssplashbuilder@godzil.net",
|
||||
@ -18,9 +18,9 @@ setuptools.setup(
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"Operating System :: OS Independent",
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user