Metadata-Version: 2.3
Name: zemia
Version: 0.0.3
Summary: Common utilities for Python projects.
Project-URL: Homepage, https://github.com/Land-of-Zemia/ZemiaLib
Project-URL: Issues, https://github.com/Land-of-Zemia/ZemiaLib/issues
Author-email: OK_Diamond <ok.thekirks@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Description-Content-Type: text/markdown

# Diamond

Created by following this guide: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Note to self:
To push a new version, do the following:
- Update pyptoject.toml (make sure to change the version number!)
- Run `python -m build`
- Run `python -m twine upload dist/*`
