mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
acdd1f5978
I also renamed the base directory to pypi and added a new build target pypi_packages. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
7 lines
118 B
INI
7 lines
118 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[aliases]
|
|
packages = clean --all egg_info bdist_wheel
|
|
release = packages register upload
|