-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from RIMS-Code/packaging_and_autorelease
Packaging and autorelease
- Loading branch information
Showing
5 changed files
with
91 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "rimsschemedrawer" | ||
version = "3.0.0.dev4" | ||
version = "3.0.0rc1" | ||
description = "Drawing of RIMS schemes in python and/or with a Python GUI." | ||
authors = [ | ||
{ name = "Reto Trappitsch", email = "[email protected]" } | ||
|
@@ -45,10 +45,10 @@ dev-dependencies = [ | |
"pytest-cov>=4.1.0", | ||
"requests>=2.31.0", | ||
"rttools @ git+https://github.com/trappitsch/rttools", | ||
"box-packager>=0.2.0", | ||
] | ||
|
||
[tool.rye.scripts] | ||
test = "pytest" | ||
test_cov = "pytest --cov --cov-report xml" | ||
|
||
[tool.hatch.metadata] | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters