Skip to content

Commit

Permalink
Add missing package metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 11, 2023
1 parent b7082a7 commit f0290b5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,20 @@
description="Type annotations for the lxml package",
long_description=long_description,
long_description_content_type="text/markdown",

author="lxml dev team",
author_email="lxml-dev@lxml.de",
maintainer="lxml dev team",
maintainer_email="lxml-dev@lxml.de",
url="https://github.com/lxml/lxml-stubs",

package_data={"lxml-stubs": ["*.pyi", "*/*.pyi"]},
packages=["lxml-stubs"],
tests_require=tests_require,
extras_require={"test": tests_require},
zip_safe=False,

classifiers=[
"License :: OSI Approved :: Apache Software License",
],
zip_safe=False
)

0 comments on commit f0290b5

Please sign in to comment.