Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 13600bf

Browse files
MatInGitMatInGit
authored andcommitted
test change
1 parent bd3bfd2 commit 13600bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ graphs/
4444
.vscode
4545
tmp*
4646
notify.profile
47-
*.code-workspace
4847
test.yaml
4948
test_files/
5049
old_examples/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
]
3131

3232
[tool.hatch.version]
33-
source = "vcs"
33+
source = "vcs" #test
3434

3535
[tool.hatch.build.hooks.vcs]
3636
version-file = "poly_lithic/_version.py"
@@ -50,7 +50,7 @@ quote-style = "single"
5050
[project.scripts]
5151
poly_lithic = "poly_lithic.scripts.main:main"
5252
pl = "poly_lithic.scripts.main:main"
53-
model_manager = "poly_lithic.scripts.main:main"
53+
model_manager = "poly_lithic.scripts.main:main" # legacy alias for poly_lithic
5454

5555

5656
[tool.hatch.envs.default.env-vars]

0 commit comments

Comments
 (0)