Move repository to gogs.davte.it

This commit is contained in:
Davte 2019-05-16 12:14:08 +02:00
parent 454b021ee7
commit a2e1b0c11a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ __author__ = "Davide Testa"
__email__ = "davte@libero.it" __email__ = "davte@libero.it"
__credits__ = "Marco Origlia" __credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "1.4.25" __version__ = "1.5.0"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -51,7 +51,7 @@ setuptools.setup(
license=find_information("license", "davtelepot", "__init__.py"), license=find_information("license", "davtelepot", "__init__.py"),
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://bitbucket.org/davte/davtelepot", url="https://gogs.davte.it/davte/davtelepot",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
platforms=['any'], platforms=['any'],
install_requires=[ install_requires=[