Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 3, 2024
1 parent 5863798 commit 481130c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pydar"
version = "1.3.3"
version = "v1.3.3"
authors = [
{ name="Cora Schneck", email="[email protected]" },
{ name="Una Schneck", email="[email protected]" }
Expand All @@ -11,22 +11,6 @@ readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"

dependencies = [
"beautifulsoup4",
"matplotlib",
"pandas",
"pdr",
"pyproj",
"rasterio",
"urllib3"
]

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

classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -48,6 +32,22 @@ classifiers = [

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

dependencies = [
"beautifulsoup4",
"matplotlib",
"pandas",
"pdr",
"pyproj",
"rasterio",
"urllib3"
]

[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 481130c

Please sign in to comment.