changed doc references to gitea site
This commit is contained in:
4
setup.py
4
setup.py
@@ -15,12 +15,12 @@ setuptools.setup(
|
||||
license='GNU GPL-3.0',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
url='https://github.com/nickedyer/pocket-friends',
|
||||
url='https://gitea.citruxx.com/ndyer/pocket-friends',
|
||||
packages=setuptools.find_packages(),
|
||||
# https://pypi.org/classifiers/
|
||||
classifiers=[
|
||||
],
|
||||
install_requires=required,
|
||||
python_requires='>=3.6',
|
||||
python_requires='>=3.10',
|
||||
include_package_data=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user