Skip to content

Commit

Permalink
PyPI vs conda names
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 22, 2024
1 parent 8880c6f commit 1840f1f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dynamic = [
"dependencies",
"version",
]
dependencies = [
"dask>=2024",
"netcdf4",
"numpy",
]
urls.documentation = "https://pyoceans.github.io/odvc"
urls.homepage = "https://github.com/pyoceans/odvc"
urls.repository = "https://github.com/pyoceans/odvc"
Expand All @@ -33,11 +37,6 @@ packages = [
]
include-package-data = true

[tool.setuptools.dynamic]
dependencies = { file = [
"requirements.txt",
] }

[tool.setuptools_scm]
write_to = "odvc/_version.py"
write_to_template = "__version__ = '{version}'"
Expand Down

0 comments on commit 1840f1f

Please sign in to comment.