Skip to content

Commit

Permalink
Setup not including top folder files (#10)
Browse files Browse the repository at this point in the history
* Setup not including top folder files

* change to find_packages
  • Loading branch information
manoelmarques authored Mar 13, 2021
1 parent 1950083 commit c1b224e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include qiskit_machine_learning
recursive-include qiskit_machine_learning *.txt
graft test
prune docs
prune tools
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"Topic :: Scientific/Engineering"
),
keywords='qiskit sdk quantum machine learning ml',
packages=setuptools.find_namespace_packages(include=['qiskit_machine_learning.*']),
packages=setuptools.find_packages(include=['qiskit_machine_learning','qiskit_machine_learning.*']),
install_requires=requirements,
include_package_data=True,
python_requires=">=3.6",
Expand Down

0 comments on commit c1b224e

Please sign in to comment.