setup.py icon indicating copy to clipboard operation
setup.py copied to clipboard

📦 A Human's Ultimate Guide to setup.py.

Results 10 setup.py issues
Sort by recently updated
recently updated
newest added

What would the setup.py look like for packages that rely on certain linux packages to also be installed via apt-get/yum/brew ?

So we can refer to `mypackage.__version__`

The section from the Unlicense is still in the README.md even though you switched to MIT

This pull provides 3 options to `upload` command: - **`--test`** Upload the package to https://test.pypi.org/legacy/ PyPI testing mirror. - **`--username=foo`** Specifies the username used to authenticate uploading the package to...

The readme says the software is in the public domain. This pull request makes the license file match that. Below are further details. ** The readme says the software is...

# Update to resolve pylint conventions and a warning The below is the results of `pylint`, `pycodestyle`, and `flake8`: ``` (setup.py) bash-3.2$ pylint setup.py ************* Module setup setup.py:1:0: C0114: Missing...

It would be nice if you also provide .travis.yml for Travis CI. In the script, it should test out a few commands with `setup.py` such as `python setup.py install`, etc.

enhancement

Both `zip_safe` and `keywords` elements are missing from `setup.py`. Consider providing a small section where users can opt-in to define them. ```py ZIP_UNSAFE = None # Modify this variable to...

https://github.com/IneededAnAccountToDoStuff

https://github.com/navdeep-G/setup.py/issues/84