We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7082a7 commit f0290b5Copy full SHA for f0290b5
setup.py
@@ -23,12 +23,20 @@
23
description="Type annotations for the lxml package",
24
long_description=long_description,
25
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
33
package_data={"lxml-stubs": ["*.pyi", "*/*.pyi"]},
34
packages=["lxml-stubs"],
35
tests_require=tests_require,
36
extras_require={"test": tests_require},
37
+ zip_safe=False,
38
39
classifiers=[
40
"License :: OSI Approved :: Apache Software License",
41
],
- zip_safe=False
42
)
0 commit comments