Skip to content

Commit 598a84b

Browse files
committed
Add setuptools to dependencies.
This needed to get pkg_resources, which is used in Popper.
1 parent 44f87e1 commit 598a84b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
'clingo',
2020
'bitarray',
2121
'janus_swi',
22-
'python-sat'
22+
'python-sat',
23+
'setuptools',
2324
],
2425
url="https://github.com/logic-and-learning-lab/Popper",
2526
scripts=['bin/popper-ilp'],

0 commit comments

Comments
 (0)