Skip to content

Commit

Permalink
remove unnecessary conda env yaml file in favor of toml project file …
Browse files Browse the repository at this point in the history
…dependencies
  • Loading branch information
glemieux committed Feb 22, 2024
1 parent 3c8f820 commit a238eea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
24 changes: 20 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "landusedata"
version = "0.0.0"
authors = [
{ name = "Gregory Lemieux", email = "[email protected]" },
]
description = "Python package to processing Land Use Harmonization data for use with FATES"
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 3 - Alpha",
"Framework :: Pytest",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering"
]
dependencies = [
"xesmf",
"netcdf4",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.setuptools]
package-dir = {"" = "src"}
Expand Down
11 changes: 0 additions & 11 deletions src/landusedata/conda-luh2.yml

This file was deleted.

0 comments on commit a238eea

Please sign in to comment.