explodinglabs / jsonrpcserver

Process incoming JSON-RPC requests in Python
https://www.jsonrpcserver.com
MIT License
185 stars 40 forks source link

Remove package_data from setup.py #242

Closed bcb closed 1 year ago

bcb commented 1 year ago

We have both MANIFEST.in (setuptools) and package_data (distutils).

There's no need for package_data.

If you want finer-grained control over what files are included, then you can also use the package_data keyword

From: https://setuptools.pypa.io/en/latest/userguide/datafiles.html