This commit is contained in:
spla 2022-08-24 19:10:01 +02:00
pare 9e81226ce6
commit b2aeb6816f
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions

Veure arxiu

@ -1,6 +1,6 @@
import setuptools
VERSION = '0.1.6'
VERSION = '0.1.7'
with open('README.md', 'r', encoding='utf-8') as fh:
long_description = fh.read()
@ -14,7 +14,7 @@ setuptools.setup(
packages=['ejabberdapi'],
long_description=long_description,
long_description_content_type='text/markdown',
url='https://git.mastodont.cat/pla/EjabberdAPI.py',
url='https://git.mastodont.cat/spla/EjabberdAPI.py',
install_requires=['requests'],
project_urls={
'Bug Tracker': 'https://git.mastodont.cat/spla/EjabberdAPI.py/issues',