We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1b535 commit e46b3e7Copy full SHA for e46b3e7
build.sh
@@ -1,2 +1,2 @@
1
python3 setup.py sdist bdist_wheel
2
-twine upload --repository-url https://test.pypi.org/legacy/ dist/*
+twine upload dist/*
build_test.sh
@@ -0,0 +1,2 @@
+python3 setup.py sdist bdist_wheel
+twine upload --repository-url https://test.pypi.org/legacy/ dist/*build.sh
setup.py
@@ -15,7 +15,7 @@
15
packages=setuptools.find_packages(),
16
classifiers=[
17
"Programming Language :: Python :: 3",
18
- "License :: OSI Approved :: GNU General Public License v3.0",
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
19
"Operating System :: OS Independent",
20
],
21
python_requires='>=3.7',
0 commit comments