Skip to content

Commit

Permalink
Merge pull request #21 from bradendubois/develop
Browse files Browse the repository at this point in the history
fix: change setup.py to specify package subdir
  • Loading branch information
bradendubois authored Mar 16, 2021
2 parents f35f15f + 0ce60a9 commit 1463b59
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 1463b59

Please sign in to comment.