Skip to content

Commit

Permalink
pyproject.toml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 9, 2024
1 parent 99925b5 commit a70ad9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ dependencies = [
"urllib3"
]

[project.optional-dependencies]
dev = [
"pytest",
"pre-commit"
]

classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -49,6 +43,12 @@ classifiers = [

keywords = ["geophysics", "python", "astronomy", "nasa", "radar", "planetary-science", "cassini", "jpl"]

[project.optional-dependencies]
dev = [
"pytest",
"pre-commit"
]

[project.urls]
Repository = "https://github.com/unaschneck/pydar"
Issues = "https://github.com/unaschneck/pydar/issues"
Expand Down

0 comments on commit a70ad9f

Please sign in to comment.