Initial commit

This commit is contained in:
2022-06-22 11:44:21 -05:00
commit ef53cbf40e
27 changed files with 1088 additions and 0 deletions

11
MANIFEST.in Normal file
View File

@@ -0,0 +1,11 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif