Skip to content

Commit

Permalink
Merge pull request scrapinghub#10 from scrapinghub/pep-561
Browse files Browse the repository at this point in the history
mark package as supporting typing
  • Loading branch information
lopuhin authored Jun 26, 2019
2 parents 9cf1888 + c4f1ec6 commit 2fcb514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added price_parser/py.typed
Empty file.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
author_email='[email protected]',
url='https://github.com/scrapinghub/price-parser',
packages=find_packages(exclude=['tests']),
package_data={"price_parser": ["py.typed"]},
install_requires=[
'attrs >= 17.3.0',
],
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 2fcb514

Please sign in to comment.