Skip to content

Commit

Permalink
Merge pull request google#14 from rubendibattista/pep-561
Browse files Browse the repository at this point in the history
Add PEP561 compatibility
  • Loading branch information
brianquinlan authored Aug 22, 2019
2 parents 1673975 + 4ba003a commit 9106d2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Empty file added pybadges/py.typed
Empty file.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ def replace_relative_with_absolute(match):
description='A library and command-line tool for generating Github-style ' +
'badges',
keywords="github gh-badges badge shield status",
package_data={'pybadges': ['badge-template-full.svg',
'default-widths.json']},
package_data={
'pybadges': [
'badge-template-full.svg',
'default-widths.json',
'py.typed'
]
},
long_description=get_long_description(),
long_description_content_type='text/markdown',
python_requires='>=3.4',
Expand Down

0 comments on commit 9106d2e

Please sign in to comment.