Project

Profile

Help

Task #2842

Updated by bizhang over 6 years ago

The current pulp packages in PyPI are not complete.  

 A MANIFEST.in[0] file needs to be added for all PyPI packages to include external files (license) (config, license) 

 A README.rst should be added to all PyPI packages with a nicely formatted description of the package 

 Some packages requres a package_data[1] section in setup.py to include additional files installed in a package (config) 

 [0] https://packaging.python.org/tutorials/distributing-packages/#manifest-in 
 [1] https://packaging.python.org/tutorials/distributing-packages/#package-data

Back