Skip to content

Commit

Permalink
Include py.typed marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jul 31, 2021
1 parent 9d4c59e commit 71c5354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def plugin(plugin_name: str, mod_name: Optional[str] = None):
platforms='any',
packages=find_packages('src'),
package_dir={'': 'src'},
package_data={'sphinxcontrib.bibtex': ['py.typed']},
include_package_data=True,
python_requires='>=3.6',
install_requires=requires,
Expand Down
Empty file.

0 comments on commit 71c5354

Please sign in to comment.