Add readme to package

This commit is contained in:
Oleg Kalachev 2025-07-22 08:59:57 +03:00
parent 570dc6eac9
commit b4670fbf3f

View File

@ -17,6 +17,9 @@ build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["pyflix"]
[tool.setuptools.package-data]
pyflix = ["README.md"]
[project.urls]
Homepage = "https://github.com/okalachev/flix/tree/master/tools/pyflix"
Issues = "https://github.com/okalachev/flix/issues"