-
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.
- Loading branch information
Showing
10 changed files
with
29 additions
and
29 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,4 +1,4 @@ | ||
src/revert/_version.py | ||
src/revertex/_version.py | ||
*.png | ||
*.jpg | ||
|
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,14 +1,14 @@ | ||
# revert | ||
# revertex | ||
|
||
[![PyPI](https://img.shields.io/pypi/v/revert?logo=pypi)](https://pypi.org/project/revert/) | ||
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/legend-exp/revert?logo=git) | ||
[![GitHub Workflow Status](https://img.shields.io/github/checks-status/legend-exp/revert/main?label=main%20branch&logo=github)](https://github.com/legend-exp/revert/actions) | ||
[![PyPI](https://img.shields.io/pypi/v/revertex?logo=pypi)](https://pypi.org/project/revertex/) | ||
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/legend-exp/revertex?logo=git) | ||
[![GitHub Workflow Status](https://img.shields.io/github/checks-status/legend-exp/revertex/main?label=main%20branch&logo=github)](https://github.com/legend-exp/revertex/actions) | ||
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) | ||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ||
[![Codecov](https://img.shields.io/codecov/c/github/legend-exp/revert?logo=codecov)](https://app.codecov.io/gh/legend-exp/revert) | ||
![GitHub issues](https://img.shields.io/github/issues/legend-exp/revert?logo=github) | ||
![GitHub pull requests](https://img.shields.io/github/issues-pr/legend-exp/revert?logo=github) | ||
![License](https://img.shields.io/github/license/legend-exp/revert) | ||
[![Read the Docs](https://img.shields.io/readthedocs/revert?logo=readthedocs)](https://revert.readthedocs.io) | ||
[![Codecov](https://img.shields.io/codecov/c/github/legend-exp/revertex?logo=codecov)](https://app.codecov.io/gh/legend-exp/revertex) | ||
![GitHub issues](https://img.shields.io/github/issues/legend-exp/revertex?logo=github) | ||
![GitHub pull requests](https://img.shields.io/github/issues-pr/legend-exp/revertex?logo=github) | ||
![License](https://img.shields.io/github/license/legend-exp/revertex) | ||
[![Read the Docs](https://img.shields.io/readthedocs/revertex?logo=readthedocs)](https://revertex.readthedocs.io) | ||
|
||
Generate Geant4 event vertices in Python. |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ requires = [ | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "revert" | ||
name = "revertex" | ||
description = "Generate Geant4 event vertices in Python" | ||
authors = [ | ||
{ name = "Luigi Pertoldi", email = "[email protected]" }, | ||
|
@@ -37,17 +37,17 @@ dynamic = [ | |
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/legend-exp/revert" | ||
"Bug Tracker" = "https://github.com/legend-exp/revert/issues" | ||
Discussions = "https://github.com/legend-exp/revert/discussions" | ||
Changelog = "https://github.com/legend-exp/revert/releases" | ||
Homepage = "https://github.com/legend-exp/revertex" | ||
"Bug Tracker" = "https://github.com/legend-exp/revertex/issues" | ||
Discussions = "https://github.com/legend-exp/revertex/discussions" | ||
Changelog = "https://github.com/legend-exp/revertex/releases" | ||
|
||
[tool.setuptools_scm] | ||
write_to = "src/revert/_version.py" | ||
write_to = "src/revertex/_version.py" | ||
|
||
[project.optional-dependencies] | ||
all = [ | ||
"revert[docs,test]", | ||
"revertex[docs,test]", | ||
] | ||
docs = [ | ||
"furo", | ||
|
File renamed without changes.
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