Metadata-Version: 2.1
Name: beerus-test-package
Version: 0.0.5
Summary: A sample test package
Home-page: 
Author: Beerus
Author-email: contact@gfg.com
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

pip3 install setuptools wheel
python setup.py sdist bdist_wheel
pip3 install twine
twine upload --repository pypi dist/*
py -m pip install --index-url https://test.pypi.org/simple/ --no-deps beerus_test_package
pip install --index-url https://test.pypi.org/simple/ beerus_test_package

python setup.py sdist bdist_wheel
twine upload --repository pypi dist/*
