Metadata-Version: 2.1
Name: pyomega
Version: 0.1.13
Summary: A small example package
Home-page: https://github.com/
Author: Omega
Author-email: example@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Example Package

This is the OMG package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

py -m build
py setup.py sdist bdist_wheel
py setup.py sdist upload

py -m twine upload dist/*
py -m twine upload --skip-existing dist/*
py -m twine upload --repository testpypi dist/*

py -m twine upload --repository testpypi --skip-existing dist/*


py -m pip install --index-url  https://test.pypi.org/project/pyomega/0.0.2/ --no-deps pyomega-pyomega

py -m pip install -i https://test.pypi.org/simple/ pyomega==0.0.2



