Skip to content

Commit f0290b5

Browse files
committedMay 11, 2023
Add missing package metadata.
1 parent b7082a7 commit f0290b5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎setup.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,20 @@
2323
description="Type annotations for the lxml package",
2424
long_description=long_description,
2525
long_description_content_type="text/markdown",
26+
27+
author="lxml dev team",
28+
author_email="lxml-dev@lxml.de",
29+
maintainer="lxml dev team",
30+
maintainer_email="lxml-dev@lxml.de",
31+
url="https://github.com/lxml/lxml-stubs",
32+
2633
package_data={"lxml-stubs": ["*.pyi", "*/*.pyi"]},
2734
packages=["lxml-stubs"],
2835
tests_require=tests_require,
2936
extras_require={"test": tests_require},
37+
zip_safe=False,
38+
3039
classifiers=[
3140
"License :: OSI Approved :: Apache Software License",
3241
],
33-
zip_safe=False
3442
)

0 commit comments

Comments
 (0)
Please sign in to comment.