add lots of boilerplate python packaging code
All checks were successful
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in 20s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped

This commit is contained in:
2024-11-10 11:33:37 -07:00
parent d75a420a10
commit 9190bed853
6 changed files with 287 additions and 0 deletions

1
charon/__init__.py Normal file
View File

@@ -0,0 +1 @@
from ._version import __version__