Forgot some author mentions in some files, closes #23
This commit is contained in:
parent
0d3e33d960
commit
f0488690b7
2
COPYING
2
COPYING
|
@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
Squirrel Battle
|
Squirrel Battle
|
||||||
Copyright (C) 2020 ynerant
|
Copyright (C) 2020 ÿnérant, eichhornchen, nicomarg, charlse
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -2,4 +2,4 @@ Squirrel Battle
|
||||||
|
|
||||||
Watch out for squirrel's knifes!
|
Watch out for squirrel's knifes!
|
||||||
|
|
||||||
-- Yohann D'ANELLO <ynerant@crans.org> Thu, 19 Nov 2020 03:30:42 +0100
|
-- Yohann D'ANELLO <squirrel-battle@crans.org> Thu, 19 Nov 2020 03:30:42 +0100
|
||||||
|
|
|
@ -2,4 +2,4 @@ python3-squirrel-battle (3.14) beta; urgency=low
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
-- Yohann D'ANELLO <ynerant@crans.org> Thu, 19 Nov 2020 03:30:42 +0100
|
-- Yohann D'ANELLO <squirrel-battle@crans.org> Thu, 19 Nov 2020 03:30:42 +0100
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Source: python3-squirrel-battle
|
Source: python3-squirrel-battle
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: ynerant <ynrant@crans.org>
|
Maintainer: ynerant <squirrel-battle@crans.org>
|
||||||
Build-Depends: debhelper (>=10~), dh-python, python3-all, python3-setuptools
|
Build-Depends: debhelper (>=10~), dh-python, python3-all, python3-setuptools
|
||||||
Depends: fonts-noto-color-emoji
|
Depends: fonts-noto-color-emoji
|
||||||
Standards-Version: 4.1.4
|
Standards-Version: 4.1.4
|
||||||
|
|
|
@ -37,9 +37,9 @@ paquet ainsi que des détails à fournir à PyPI :
|
||||||
setup(
|
setup(
|
||||||
name="squirrel-battle",
|
name="squirrel-battle",
|
||||||
version="3.14",
|
version="3.14",
|
||||||
author="ynerant",
|
author="ÿnérant, eichhornchen, nicomarg, charlse",
|
||||||
author_email="ynerant@crans.org",
|
author_email="squirrel-battle@crans.org",
|
||||||
description="Watch out for squirrel's knifes!",
|
description="Watch out for squirrel's knives!",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://gitlab.crans.org/ynerant/squirrel-battle",
|
url="https://gitlab.crans.org/ynerant/squirrel-battle",
|
||||||
|
@ -156,7 +156,7 @@ du dépôt Git. Le fichier ``PKGBUILD`` dispose de cette structure :
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
# Maintainer: Yohann D'ANELLO <ynerant@crans.org>
|
# Maintainer: Yohann D'ANELLO <squirrel-battle@crans.org>
|
||||||
|
|
||||||
pkgbase=squirrel-battle
|
pkgbase=squirrel-battle
|
||||||
pkgname=python-squirrel-battle-git
|
pkgname=python-squirrel-battle-git
|
||||||
|
@ -206,7 +206,7 @@ les releases, est plus ou moins similaire :
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
# Maintainer: Yohann D'ANELLO <ynerant@crans.org>
|
# Maintainer: Yohann D'ANELLO <squirrel-battle@crans.org>
|
||||||
|
|
||||||
pkgbase=squirrel-battle
|
pkgbase=squirrel-battle
|
||||||
pkgname=python-squirrel-battle
|
pkgname=python-squirrel-battle
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -13,9 +13,9 @@ with open("README.md", "r") as f:
|
||||||
setup(
|
setup(
|
||||||
name="squirrel-battle",
|
name="squirrel-battle",
|
||||||
version="3.14",
|
version="3.14",
|
||||||
author="ynerant",
|
author="ÿnérant, eichhornchen, nicomarg, charlse",
|
||||||
author_email="ynerant@crans.org",
|
author_email="squirrel-battle@crans.org",
|
||||||
description="Watch out for squirrel's knifes!",
|
description="Watch out for squirrel's knives!",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://gitlab.crans.org/ynerant/squirrel-battle",
|
url="https://gitlab.crans.org/ynerant/squirrel-battle",
|
||||||
|
|
Loading…
Reference in New Issue