Skip to content

Commit e46b3e7

Browse files
committed
Adding build_test.sh file
1 parent 2f1b535 commit e46b3e7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python3 setup.py sdist bdist_wheel
2-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
2+
twine upload dist/*

Diff for: build_test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python3 setup.py sdist bdist_wheel
2+
twine upload --repository-url https://test.pypi.org/legacy/ dist/*build.sh

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=setuptools.find_packages(),
1616
classifiers=[
1717
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: GNU General Public License v3.0",
18+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1919
"Operating System :: OS Independent",
2020
],
2121
python_requires='>=3.7',

0 commit comments

Comments
 (0)