setup-py-upgrade · PyPI
https://pypi.org/project/setup-py-upgrade08.10.2020 · setup-py-upgrade. upgrade a setup.py to declarative metadata. installation. pip install setup-py-upgrade. cli. Consult the help for the latest usage: $ setup-py-upgrade --help usage: setup-py-upgrade [-h] directory positional arguments: directory optional arguments:-h, --help show this help message and exit pass the root directory of the repository you'd like to convert
Python setup.py 2021 - CodingCompiler
https://codingcompiler.com/python-setup-pyVersion string of your distribution. version List of Python packages (that is, directories containing modules) to include. This can be specified packages manually, but a call to is typically used instead. setuptools.find_packages() List of top-level Python modules (that is, single files) to include. py_modules.py Python setup.py: Purpose of ...