Skip to content

Commit

Permalink
Remove MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
emsunshine committed Jul 16, 2024
1 parent a1409af commit fcd0b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[project]
dynamic = ["version"]
dynamic = ["version", "dependencies"]
name = "systems2atoms"
description="Models built for cross-scale optimization for the hydrogen economy"

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

[project.urls]
Repository="https://github.com/LLNL/systems2atoms"

Expand Down
1 change: 0 additions & 1 deletion systems2atoms/MANIFEST.in

This file was deleted.

0 comments on commit fcd0b7a

Please sign in to comment.