You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
golem,
docs,
examples,
experiments.
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
The text was updated successfully, but these errors were encountered:
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:golem
,docs
,examples
,experiments
.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
The text was updated successfully, but these errors were encountered: