Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian
mat2
Commits
759efa03
Commit
759efa03
authored
Sep 06, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a setuptool-related warning
parent
9fe6f102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
759efa03
...
...
@@ -20,7 +20,7 @@ setuptools.setup(
'pycairo'
,
],
packages
=
setuptools
.
find_packages
(
exclude
=
(
'tests'
,
)),
classifiers
=
(
classifiers
=
[
"Development Status :: 3 - Alpha"
,
"Environment :: Console"
,
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)"
,
...
...
@@ -28,7 +28,7 @@ setuptools.setup(
"Programming Language :: Python :: 3 :: Only"
,
"Topic :: Security"
,
"Intended Audience :: End Users/Desktop"
,
)
,
]
,
project_urls
=
{
'bugtacker'
:
'https://0xacab.org/jvoisin/mat2/issues'
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment