Files
@ 272cb88d97c2
Branch filter:
Location: kallithea/docs/usage/locking.rst
272cb88d97c2
1.1 KiB
text/prs.fallenstein.rst
setup.py: remove unused package_data
Per the setuptools documentation, package_data is ignored if
include_package_data is True, and indeed, we instead use MANIFEST.in.
Per the setuptools documentation, package_data is ignored if
include_package_data is True, and indeed, we instead use MANIFEST.in.