Metadata-Version: 2.1
Name: pyomega
Version: 0.0.2
Summary: A small example package
Home-page: https://github.com/ganynmednet/pyomega
Author: Omega
Author-email: author@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

# 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 setup.py sdist bdist_wheel
py -m twine upload --repository testpypi dist/*

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

