Project

Profile

Help

Task #2842

Updated by bizhang almost 7 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 (config, license) systemd, license, docs) 

 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 

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

Back