add py.typed to package_data
This commit is contained in:
parent
192c929653
commit
8cca6f3236
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ setup(name='gridlock',
|
||||||
url='https://mpxd.net/code/jan/gridlock',
|
url='https://mpxd.net/code/jan/gridlock',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={
|
package_data={
|
||||||
'gridlock': [],
|
'gridlock': ['py.typed'],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue