aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
60 stars 7 forks source link

Exclude non-project code from PYPI package #186

Open rlog58 opened 1 year ago

rlog58 commented 1 year ago

Using packages=setuptools.find_packages(exclude=['test*']), to configure directories for the PYPI package results in python packages being used from the root directory, which in our case are:

The last ones don't look necessary in a public package. Because in such a case dependencies are littered and may be overridden by other dependencies