Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqileng committed Mar 14, 2024
1 parent 37ddd09 commit 4fd0067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
description="A software package for nonconvex optimization with quantum devices.",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_namespace_packages(where="src"),
package_dir={"": "src"},
packages=find_namespace_packages(where="."),
package_dir={"": "."},
install_requires=[
"jax[cpu]",
"sympy",
Expand Down

0 comments on commit 4fd0067

Please sign in to comment.