-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the import from setuptools succeeds
Bump version Bump testing versions of setuptools Add Python 3.13 proper Make sure to run `twine check --strict` during tests fixes #26
- Loading branch information
Showing
6 changed files
with
20 additions
and
15 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 |
---|---|---|
|
@@ -44,7 +44,8 @@ jobs: | |
- '23.3' | ||
- '22.3' | ||
setuptools-version: | ||
- '75.1' | ||
- '75.8' | ||
- '75.7' | ||
- '74.1' | ||
- '73.0' | ||
- '72.2' | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
use_plugin("filter_resources") | ||
|
||
name = "wheel_axle" | ||
version = "0.0.9" | ||
version = "0.0.10.dev" | ||
|
||
summary = "Axle is Python wheel enhancement library" | ||
authors = [Author("Karellen, Inc.", "[email protected]")] | ||
|
@@ -69,6 +69,7 @@ def set_properties(project): | |
if "WHEEL_VER" not in environ: | ||
project.depends_on("wheel", ">=0.37.0") | ||
project.depends_on("wheel-axle-runtime", "<1.0,>0.0.5") | ||
project.build_depends_on("twine") | ||
|
||
project.set_property("coverage_break_build", False) | ||
project.set_property("cram_fail_if_no_tests", False) | ||
|
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