setup module

setup.find_and_list_packages()[source]

This wrapper adds the display of packages found by setuptools.find_packages() during the build process. This is useful when troubleshooting issues, such as when creating package_data entries for setup.py

setup.version_builder(write_new_version=True, ini_file=None)[source]

This method determines the next version number. The assumption is the version numbering scheme is relying on a timestamp based version, in contrast to Major.Minor.Revision type of structure. THAT IS A NON-STANDARD SCHEME.