Metadata-Version: 2.1
Name: cleanlib
Version: 0.0.1
Summary: A pipenv setuptools test package
Home-page: UNKNOWN
Author: aabusharekh
Author-email: aabusharekh@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

pip install setuptools wheel twine pipenv-setup
pipenv run python setup.py bdist_wheel --universal
pipenv run python setup.py sdist bdist_wheel

pipenv run python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*


