Skip to content

Commit

Permalink
TVB-3109 created pyproject.toml for tvb-library, tvb-framework, tvb-s…
Browse files Browse the repository at this point in the history
…torage and tvb-contrib
  • Loading branch information
adrianciu committed Nov 13, 2024
1 parent 890ede4 commit b038cd4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 271 deletions.
3 changes: 3 additions & 0 deletions tvb_contrib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ path = "tvb/__init__.py"
include = [
"/tvb",
]

[tool.hatch.build.targets.wheel]
packages = ["tvb"]
51 changes: 0 additions & 51 deletions tvb_contrib/setup_old.py

This file was deleted.

3 changes: 3 additions & 0 deletions tvb_framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ path = "tvb/__init__.py"
include = [
"/tvb",
]

[tool.hatch.build.targets.wheel]
packages = ["tvb"]
82 changes: 0 additions & 82 deletions tvb_framework/setup_old.py

This file was deleted.

3 changes: 3 additions & 0 deletions tvb_library/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ path = "tvb/__init__.py"
include = [
"/tvb",
]

[tool.hatch.build.targets.wheel]
packages = ["tvb"]
73 changes: 0 additions & 73 deletions tvb_library/setup_old.py

This file was deleted.

3 changes: 3 additions & 0 deletions tvb_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ path = "tvb/__init__.py"
include = [
"/tvb",
]

[tool.hatch.build.targets.wheel]
packages = ["tvb"]
65 changes: 0 additions & 65 deletions tvb_storage/setup_old.py

This file was deleted.

0 comments on commit b038cd4

Please sign in to comment.