rentcache/MANIFEST.in
Ryan Malloy c0eaecad21 Add PyPI publication files and build package
- Add LICENSE (MIT)
- Add CHANGELOG.md with v0.1.0 release notes
- Add MANIFEST.in for proper package building
- Build successful: rentcache-0.1.0-py3-none-any.whl
- Package installs correctly with all dependencies
- Ready for PyPI publication
2025-09-09 17:46:24 -06:00

10 lines
248 B
Plaintext

include README.md
include LICENSE
include CHANGELOG.md
include pyproject.toml
recursive-include src *.py
recursive-include docs *.md
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * *.so
recursive-exclude * .DS_Store