misc: revert setup.py name and update PYBUILD_NAME instead

This commit is contained in:
Frédéric Péters 2020-02-17 17:27:05 +01:00
parent 08ccef4fec
commit 22047121cd
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/make -f
export PYBUILD_NAME=grandlyon_cartads_cs
export PYBUILD_NAME=passerelle-grandlyon-cartads-cs
%:
dh $@ --with python2,python3 --buildsystem=pybuild

View File

@ -46,7 +46,7 @@ def get_version():
setup(
name='grandlyon_cartads_cs',
name='passerelle-grandlyon-cartads-cs',
version=get_version(),
author="Entr'ouvert",
author_email="info@entrouvert.com",