diff --git a/README.md b/README.md index e34fcf8..c84e9de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![pipeline status](https://gitlab.crans.org/ynerant/dungeon-battle/badges/master/pipeline.svg)](https://gitlab.crans.org/ynerant/dungeon-battle/-/commits/master) -[![coverage report](https://gitlab.crans.org/ynerant/dungeon-battle/badges/master/coverage.svg)](https://gitlab.crans.org/ynerant/dungeon-battle/-/commits/master) +[![pipeline status](https://gitlab.crans.org/ynerant/squirrel-battle/badges/master/pipeline.svg)](https://gitlab.crans.org/ynerant/squirrel-battle/-/commits/master) +[![coverage report](https://gitlab.crans.org/ynerant/squirrel-battle/badges/master/coverage.svg)](https://gitlab.crans.org/ynerant/squirrel-battle/-/commits/master) # Squirrel Battle @@ -21,7 +21,7 @@ Il est toujours préférable de travailler dans un environnement Python isolé d 2. **Clonage du dépot** là où vous voulez : ```bash - $ git clone git@gitlab.crans.org:ynerant/dungeon-battle.git && cd dungeon-battle + $ git clone git@gitlab.crans.org:ynerant/squirrel-battle.git && cd squirrel-battle ``` 3. **Création d'un environment de travail Python décorrélé du système.** @@ -36,7 +36,7 @@ Il est toujours préférable de travailler dans un environnement Python isolé d ### Exécution des tests -Les tests sont gérés par `pytest` dans le module `dungeonbattle.tests`. +Les tests sont gérés par `pytest` dans le module `squirrelbattle.tests`. `tox` est un outil permettant de configurer l'exécution des tests. Ainsi, après installation de tox dans votre environnement virtuel via `pip install tox`, diff --git a/debian/control b/debian/control index 6a1e372..cbd3846 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: ynerant Build-Depends: debhelper (>=10~), dh-python, python3-all, python3-setuptools Depends: fonts-noto-color-emoji Standards-Version: 4.1.4 -Homepage: https://gitlab.crans.org/ynerant/dungeon-battle +Homepage: https://gitlab.crans.org/ynerant/squirrel-battle X-Python3-Version: >= 3.6 Package: python3-squirrelbattle diff --git a/debian/copyright b/debian/copyright index 0ae9c45..c616d56 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Yohann D'ANELLO Upstream-Contact: Yohann D'ANELLO -Source: https://gitlab.crans.org/ynerant/dungeon-battle +Source: https://gitlab.crans.org/ynerant/squirrel-battle Files: * Copyright: 2020 Yohann D'ANELLO diff --git a/setup.py b/setup.py index 29c391c..f2c27bc 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( description="Watch out for squirrel's knifes!", long_description=long_description, long_description_content_type="text/markdown", - url="https://gitlab.crans.org/ynerant/dungeon-battle", + url="https://gitlab.crans.org/ynerant/squirrel-battle", packages=find_packages(), license='GPLv3', classifiers=[