Skip to content

Commit

Permalink
fix: change setup.py to specify package subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Dubois committed Mar 16, 2021
1 parent c0e8c02 commit 0ce60a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
url="https://github.com/bradendubois/do-calculus",
author="Braden Dubois",
author_email="[email protected]",
packages=find_packages(
where="do",
include=[],
exclude=["debug"]
),
packages=["do"],
keywords="do-calculus causation statistics pearl python",
include_package_data=True,
install_requires=dependencies,
Expand Down

0 comments on commit 0ce60a9

Please sign in to comment.