- 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
10 lines
248 B
Plaintext
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 |