Skip to content

Commit

Permalink
Simplify MDANSE packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 committed Jan 30, 2025
1 parent 537d3fa commit 1f0eaf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 271 deletions.
9 changes: 0 additions & 9 deletions MDANSE/MANIFEST.in

This file was deleted.

10 changes: 6 additions & 4 deletions MDANSE/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ documentation = "https://mdanse.readthedocs.io/en/protos/"
repository = "https://github.com/ISISNeutronMuon/MDANSE"

[tool.setuptools]
package-dir = {"" = "src"}
package-dir = {"" = "Src"}
include-package-data = true

[tool.setuptools.package-data]
MDANSE = ["Chemistry/*.json",
"Framework/*.json"]

[project.scripts]
mdanse = "MDANSE.Scripts.mdanse:main"

# [tool.setuptools.packages.find]
# where = ["src"]
258 changes: 0 additions & 258 deletions MDANSE/setup.py

This file was deleted.

0 comments on commit 1f0eaf1

Please sign in to comment.