Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed Jan 2, 2021
1 parent 4e69000 commit c347e97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Empty file added cij/cli/__init__.py
Empty file.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
"lazy_property",
"pint >= 0.10",
"networkx",
"click"
"click",
"jsonschema",
"sympy"
],
package_data={
"cij/data/schema": "*.schema.json",
"cij/data/output": "writer_rules.yml",
"cij/data/constraints": "*"
"cij.data": [
"schema/*.schema.json",
"output/writer_rules.yml",
"constraints/*"
]
},
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit c347e97

Please sign in to comment.