Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

How to properly define package_data in setup.py? [duplicate]

Distributing a large Python-enabled application: best practices

Creating a Python package for a C extension-only module which is pre-built

python setuptools distutils

Does python's new 'pip wheel' have any support for building wheels for the dependencies listed in tests_requires?

When should the "Natural Language" PyPI classifier be used?

How does one declare a dependency on gi.repository in setup.py (and required C library)?

How to register Entry Points for network python package installs?

Namespace packages with a core part?

Setting package_dir to ..?

Python setuptools is stripping slashes from path arguments on Windows

python setuptools

How to distribute `.desktop` files and icons for a Python package in Gnome (with distutils or setuptools)?

Difference between setup.py install and setup.py develop

python setuptools setup.py

Add a dll/so to a python built distribution

Including data files with setup.py

setuptools: data files included with `bdist` but not with `sdist`

python setuptools setup.py

Use distribute/setuptools to create symlink (or run script)?

Copy configuration file on installation

python pip setuptools

Inno Setup Constant in Code Section

inno-setup setuptools

Why does "pip install" not include my package_data files?

python pip setuptools