ré-arrangement des sources du projet
This commit is contained in:
2
build.sh
2
build.sh
@@ -29,7 +29,7 @@ create_wheel() {
|
|||||||
echo "*** Remove old dirs ***"
|
echo "*** Remove old dirs ***"
|
||||||
/usr/bin/rm -rf bdist_deb build dist *.egg-info
|
/usr/bin/rm -rf bdist_deb build dist *.egg-info
|
||||||
echo "*** read version ***"
|
echo "*** read version ***"
|
||||||
vers=`/usr/bin/cat src/VERSION`
|
vers=`/usr/bin/cat kineintercom/VERSION`
|
||||||
rootpath=`pwd`
|
rootpath=`pwd`
|
||||||
echo "*** Create Debian Misc Package ***"
|
echo "*** Create Debian Misc Package ***"
|
||||||
create_deb "$vers" "$rootpath"
|
create_deb "$vers" "$rootpath"
|
||||||
|
|||||||
0
kineintercom/__init__.py
Normal file
0
kineintercom/__init__.py
Normal file
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ def read_requirements(path):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='kineintercom',
|
name='kineintercom',
|
||||||
version=read("src", "VERSION"),
|
version=read("kineintercom", "VERSION"),
|
||||||
author='Vincent BENOIT',
|
author='Vincent BENOIT',
|
||||||
author_email='vincent.benoit@benserv.fr',
|
author_email='vincent.benoit@benserv.fr',
|
||||||
url='https://git.nas.benserv.fr/vincent/KineIntercom',
|
url='https://git.nas.benserv.fr/vincent/KineIntercom',
|
||||||
|
|||||||
Reference in New Issue
Block a user