Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

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

Downgrading Python Setuptools

Directly call distutils' or setuptools' setup() function with command name/options, without parsing the command line?

python setuptools distutils

python installing package with submodules

Elegant way to refer to files in data science project

How to include a shared C library in a Python package

python makefile setuptools

What is the best way to distribute a Python package that requires a minimal Python version

python setuptools pypi

How to distribute type hints to PyPi?

What's the right way to use Unicode metadata in setup.py?

python unicode setuptools