Skip to content

Commit 8ca1d36

Browse files
committed
Add PEP 561 typing marker
1 parent cd40f2a commit 8ca1d36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

colorlog/py.typed

Whitespace-only changes.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)