diff --git a/pyproject.toml b/pyproject.toml index 1389d3c..54eb354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pydar" -version = "1.3.3" +version = "v1.3.3" authors = [ { name="Cora Schneck", email="cyschneck@gmail.com" }, { name="Una Schneck", email="ugschneck@gmail.com" } @@ -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", @@ -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"