Skip to content

Commit

Permalink
Add PEP 561 typing marker
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed May 27, 2021
1 parent cd40f2a commit 8ca1d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added colorlog/py.typed
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="colorlog",
version="6.0.0a4",
version="6.1.0a1",
description="Add colours to the output of Python's logging module.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -11,6 +11,7 @@
url="https://github.com/borntyping/python-colorlog",
license="MIT License",
packages=["colorlog"],
package_data={"colorlog": ["py.typed"]},
setup_requires=["setuptools>=38.6.0"],
extras_require={
':sys_platform=="win32"': ["colorama"],
Expand Down

0 comments on commit 8ca1d36

Please sign in to comment.