parent
2082a325fd
commit
3de8524de6
2
setup.py
2
setup.py
@ -64,7 +64,7 @@ def get_long_description() -> str:
|
|||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
packages=["blackd", "black", "blib2to3", "blib2to3.pgen2"],
|
packages=["blackd", "black", "blib2to3", "blib2to3.pgen2"],
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
package_data={"blib2to3": ["*.txt"]},
|
package_data={"blib2to3": ["*.txt"], "black": ["py.typed"]},
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
1
src/black/py.typed
Normal file
1
src/black/py.typed
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
Reference in New Issue
Block a user