Skip to content

Commit 3dfb8b7

Browse files
committed
Update pypi info
1 parent ec6a09a commit 3dfb8b7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'humanize',
2727
'python-fileinspector',
2828
'requests-oauthlib>=0.6',
29-
'qtawesome',
29+
'qtawesome>=0.5.7',
3030
'python-dotenv'
3131
],
3232
include_package_data=True,

upload_to_pypi

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
rm -Rf deb_dist dist
3-
python setup.py sdist upload
4-
python setup.py bdist_wheel upload
3+
python setup.py sdist bdist_wheel
4+
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
5+
twine upload dist/*

0 commit comments

Comments
 (0)