Black all the things
This commit is contained in:
parent
289e028e5b
commit
9ed2165072
31 changed files with 395 additions and 294 deletions
projects/lilith
|
@ -14,10 +14,12 @@ setup(
|
|||
packages=[
|
||||
"lilith",
|
||||
],
|
||||
package_data={"": [
|
||||
"src/python/lilith/*.lark",
|
||||
"src/python/lilith/*.lil",
|
||||
]},
|
||||
package_data={
|
||||
"": [
|
||||
"src/python/lilith/*.lark",
|
||||
"src/python/lilith/*.lil",
|
||||
]
|
||||
},
|
||||
include_package_data=True,
|
||||
install_requires=requirements,
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue