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