Include Grammar.txt in the distribution
This commit is contained in:
parent
e74117f172
commit
b1075f8b02
@ -1,2 +1,3 @@
|
|||||||
include *.rst *.md LICENSE
|
include *.rst *.md LICENSE
|
||||||
|
recursive-include blib2to3 *.txt *.py
|
||||||
recursive-include tests *.txt *.py
|
recursive-include tests *.txt *.py
|
||||||
|
1
setup.py
1
setup.py
@ -48,6 +48,7 @@ def get_version():
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
py_modules=['black'],
|
py_modules=['black'],
|
||||||
packages=['blib2to3', 'blib2to3.pgen2'],
|
packages=['blib2to3', 'blib2to3.pgen2'],
|
||||||
|
package_data={'blib2to3': ['*.txt']},
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=['click', 'attrs'],
|
install_requires=['click', 'attrs'],
|
||||||
|
Loading…
Reference in New Issue
Block a user