added readme -> description code

This commit is contained in:
Rudis Muiznieks 2025-04-02 14:11:28 -05:00
parent 6aedc5a275
commit fe4d1363f4
Signed by: rudism
GPG key ID: CABF2F86EF7884F9

View file

@ -41,6 +41,9 @@ def find_resource_files():
'*'))
return package_data
with open(path.join(path.abspath(path.dirname(__file__)), "README.md"), "r") as f:
long_description = f.read()
# Setup configuration
setup(
name=PYPI_NAME,