Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Automatic version number both in setup.py (setuptools) AND source code?

install_requires based on python version

setup.py: renaming src package to project name

python python-2.7 distutils

Managing resources in a Python project

How to add package data recursively in Python setup.py?

python distutils setup.py

How can I bundle other files when using cx_freeze?

python distutils cx-freeze

What is the proper way to work with shared modules in Python development?

python python-3.x distutils

How to tell distutils to use gcc?

Why does "python setup.py sdist" create unwanted "PROJECT-egg.info" in project root directory?

Cleaning build directory in setup.py

python build distutils

pip 10 and apt: how to avoid "Cannot uninstall X" errors for distutils packages

python docker pip distutils apt

How may I override the compiler (GCC) flags that setup.py uses by default?

How to use MinGW's gcc compiler when installing Python package using Pip?

What is the correct way to share package version with setup.py and the package?

python setuptools distutils

distutils: How to pass a user defined parameter to setup.py?

python distutils setup.py

How do I run tox in a project that has no setup.py?

pip ignores dependency_links in setup.py

How to copy directory recursively in python and overwrite all?

python copy distutils

pip cannot uninstall <package>: "It is a distutils installed project"

Is there a standard way to create Debian packages for distributing Python programs?