Skip to content

Commit

Permalink
Include forte to find_namespace_packages in setup.py (#670)
Browse files Browse the repository at this point in the history
Co-authored-by: Suqi Sun <[email protected]>
  • Loading branch information
mylibrar and Suqi Sun authored Mar 4, 2022
1 parent 366692b commit f974a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
long_description_content_type="text/markdown",
license="Apache License Version 2.0",
packages=setuptools.find_namespace_packages(
include=['ft.*', 'ftx.*'],
exclude=["scripts*", "examples*", "tests*"]
include=['ft.*', 'ftx.*', 'forte']
),
include_package_data=True,
platforms="any",
Expand Down

0 comments on commit f974a38

Please sign in to comment.