Skip to content

Commit

Permalink
Merge pull request #132 from scrapy/install-py.typed
Browse files Browse the repository at this point in the history
Fix installing py.typed.
  • Loading branch information
wRAR committed Oct 26, 2022
2 parents 0d5e380 + d21b85d commit 89f1a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -27,6 +27,10 @@
license="BSD",
packages=["cssselect"],
test_suite="cssselect.tests",
package_data={
"cssselect": ["py.typed"],
},
include_package_data=True,
python_requires=">=3.7",
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 89f1a86

Please sign in to comment.