Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Accessing data files before and after distutils/setuptools

python setuptools distutils

Setuptools not passing arguments for entry_points

python setuptools distutils

Which is the most pythonic: installing python modules via a package manager ( macports, apt) or via pip/easy_install/setuptools

How do I specify different compiler flags for just one Python/C extension source file?

TypeError: dist must be a Distribution instance

python setuptools distutils

How to pass flags to a distutils extension? [duplicate]

python setuptools distutils

Python command line program: generate man page from existing documentation and include in the distribution

LNK1181: cannot open input file 'm.lib'

How to install a dependency from a submodule in Python?

Package only binary compiled .so files of a python library compiled with Cython

2 techniques for including files in a Python distribution: which is better?

How to tell which specific compiler will be invoked for a Python C extension: GCC or Clang?

How can I get my setup.py to use a relative path to my files?

python distutils

Python packages installation in Windows

Current state of python namespace packages

Getting the `python setup.py test` syntax to work?

Changing console_script entry point interpreter for packaging

python setuptools distutils

Unable to import distutils.dir_util on Windows

Passing the library path as a command line argument to setup.py

How to send a package to PyPi?