-
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 #50 from melexis/fix-artifacts
Upgrade GitHub actions and remove unneeded files from package
- Loading branch information
Showing
5 changed files
with
27 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
include requirements.txt | ||
include LICENSE | ||
recursive-include doc *.py | ||
recursive-include doc *.robot | ||
recursive-include doc *.rst | ||
recursive-include doc *.yml | ||
recursive-include doc Makefile | ||
include tox.ini | ||
include README.rst | ||
include LICENSE | ||
|
||
recursive-include mlx *.py | ||
recursive-exclude mlx *version__.py | ||
recursive-include mlx *.mako | ||
recursive-include mlx *.css | ||
|
||
exclude mlx/xunit2rst/__version__.py | ||
exclude .gitignore | ||
exclude .pylintrc | ||
exclude doc/source/generated/* | ||
exclude codecov.yml | ||
exclude requirements.txt | ||
exclude tox.ini | ||
|
||
recursive-include tests *.py | ||
recursive-include tests *.rst | ||
recursive-include tests *.xml | ||
exclude tests/test_out/* | ||
recursive-exclude .github * | ||
recursive-exclude build * | ||
recursive-exclude doc * | ||
recursive-exclude tests * | ||
global-exclude *.py[co] |
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,3 +1,6 @@ | ||
[build-system] | ||
requires = ["setuptools-scm>=6.0.0", "setuptools>=69.0.3"] | ||
requires = ["setuptools-scm>=8.0.4", "setuptools>=71.0.4"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.setuptools_scm] | ||
write_to = "mlx/xunit2rst/__version__.py" |
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