Metadata-Version: 2.1
Name: mixpython
Version: 0.0.8
Summary: mix
Home-page: https://github.com/sth-v/mixpython
Author: Andrew Astakhov
Author-email: aw.astakhov@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/sth-v/mixpython/issues
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

# MIX python

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

`py -m pip install --upgrade pip  `

`py -m pip install --upgrade build`
`py -m build`

`py -m pip install --upgrade twine `
`py -m twine upload dist/*`


