-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change setup.py to specify package subdir
- Loading branch information
Braden Dubois
committed
Mar 16, 2021
1 parent
c0e8c02
commit 0ce60a9
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|