Skip to content

Commit

Permalink
Merge pull request #12 from Becksteinlab/bugfix/basicrta_package_inst…
Browse files Browse the repository at this point in the history
…allation

Fix package detection and installation
  • Loading branch information
rsexton2 authored Dec 10, 2024
2 parents a5a4f06 + db9f906 commit c9dec74
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,8 @@ documentation = "https://basicrta.readthedocs.io"
[tool.setuptools]
py-modules = []

[tool.pytest.ini_options]
minversion = "8.0"
testpaths = [
"basicrta/tests",
]
pythonpath = [
"basicrta",
"tests",
"."
]

[tool.setuptools.packages]
find = {}

[tool.black]
line-length = 80
Expand Down

0 comments on commit c9dec74

Please sign in to comment.