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
Package files are defined in setup.py and MANIFEST.ini. The setup.py file defines individual files nested in modules that are needed in the package distribution, whilst the MANIFEST.ini file defines directories (and all their contents) that should be included in the package distribution.
It would be nicer to have this all defined in the setup.py, rather than in two places, so we can keep better track of all the files that are distributed with pypromice.
The text was updated successfully, but these errors were encountered:
Package files are defined in setup.py and MANIFEST.ini. The setup.py file defines individual files nested in modules that are needed in the package distribution, whilst the MANIFEST.ini file defines directories (and all their contents) that should be included in the package distribution.
It would be nicer to have this all defined in the setup.py, rather than in two places, so we can keep better track of all the files that are distributed with pypromice.
The text was updated successfully, but these errors were encountered: