Fix a setuptool-related warning
This commit is contained in:
parent
9fe6f1023b
commit
759efa03ee
4
setup.py
4
setup.py
@ -20,7 +20,7 @@ setuptools.setup(
|
|||||||
'pycairo',
|
'pycairo',
|
||||||
],
|
],
|
||||||
packages=setuptools.find_packages(exclude=('tests', )),
|
packages=setuptools.find_packages(exclude=('tests', )),
|
||||||
classifiers=(
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
||||||
@ -28,7 +28,7 @@ setuptools.setup(
|
|||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Topic :: Security",
|
"Topic :: Security",
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
),
|
],
|
||||||
project_urls={
|
project_urls={
|
||||||
'bugtacker': 'https://0xacab.org/jvoisin/mat2/issues',
|
'bugtacker': 'https://0xacab.org/jvoisin/mat2/issues',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user