We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd40f2a commit 8ca1d36Copy full SHA for 8ca1d36
colorlog/py.typed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="colorlog",
5
- version="6.0.0a4",
+ version="6.1.0a1",
6
description="Add colours to the output of Python's logging module.",
7
long_description=open("README.md").read(),
8
long_description_content_type="text/markdown",
@@ -11,6 +11,7 @@
11
url="https://github.com/borntyping/python-colorlog",
12
license="MIT License",
13
packages=["colorlog"],
14
+ package_data={"colorlog": ["py.typed"]},
15
setup_requires=["setuptools>=38.6.0"],
16
extras_require={
17
':sys_platform=="win32"': ["colorama"],
0 commit comments