mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
Update URLs to point to CodeBerg repo
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: Galvani
|
Upstream-Name: Galvani
|
||||||
Upstream-Contact: Christopher Kerr <chris.kerr@mykolab.ch>
|
Upstream-Contact: Christopher Kerr <chris.kerr@mykolab.ch>
|
||||||
Source: https://github.com/echemdata/galvani
|
Source: https://codeberg.org/echemdata/galvani
|
||||||
|
|
||||||
Files: tests/testdata/*
|
Files: tests/testdata/*
|
||||||
Copyright: 2010-2014 Christopher Kerr <chris.kerr@mykolab.ch>
|
Copyright: 2010-2014 Christopher Kerr <chris.kerr@mykolab.ch>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ pip install galvani
|
|||||||
The latest development version can be installed with `pip` directly from GitHub (see note about git-lfs below):
|
The latest development version can be installed with `pip` directly from GitHub (see note about git-lfs below):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
GIT_LFS_SKIP_SMUDGE=1 pip install git+https://github.com/echemdata/galvani
|
GIT_LFS_SKIP_SMUDGE=1 pip install git+https://codeberg.org/echemdata/galvani
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development installation and contributing
|
## Development installation and contributing
|
||||||
@@ -64,7 +64,7 @@ GIT_LFS_SKIP_SMUDGE=1 pip install git+https://github.com/echemdata/galvani
|
|||||||
> cloning.
|
> cloning.
|
||||||
> The full test data from the last release can always be obtained by
|
> The full test data from the last release can always be obtained by
|
||||||
> downloading the GitHub release archives (tar or zip), at
|
> downloading the GitHub release archives (tar or zip), at
|
||||||
> https://github.com/echemdata/galvani/releases/latest
|
> https://codeberg.org/echemdata/galvani/releases/latest
|
||||||
>
|
>
|
||||||
> If you wish to add test files, please ensure they are as small as possible,
|
> If you wish to add test files, please ensure they are as small as possible,
|
||||||
> and take care that your tests work locally without the need for the LFS files.
|
> and take care that your tests work locally without the need for the LFS files.
|
||||||
@@ -74,9 +74,9 @@ GIT_LFS_SKIP_SMUDGE=1 pip install git+https://github.com/echemdata/galvani
|
|||||||
If you wish to contribute to galvani, please clone the repository and install the testing dependencies:
|
If you wish to contribute to galvani, please clone the repository and install the testing dependencies:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone git@github.com:echemdata/galvani
|
git clone git@codeberg.org:echemdata/galvani
|
||||||
cd galvani
|
cd galvani
|
||||||
pip install -e .\[tests\]
|
pip install -e .\[tests\]
|
||||||
```
|
```
|
||||||
|
|
||||||
Code can be contributed back via [GitHub pull requests](https://github.com/echemdata/galvani/pulls) and new features or bugs can be discussed in the [issue tracker](https://github.com/echemdata/galvani/issues).
|
Code can be contributed back via [pull requests](https://codeberg.org/echemdata/galvani/pulls) and new features or bugs can be discussed in the [issue tracker](https://codeberg.org/echemdata/galvani/issues).
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -16,7 +16,7 @@ setup(
|
|||||||
description="Open and process battery charger log data files",
|
description="Open and process battery charger log data files",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/echemdata/galvani",
|
url="https://codeberg.org/echemdata/galvani",
|
||||||
author="Chris Kerr",
|
author="Chris Kerr",
|
||||||
author_email="chris.kerr@mykolab.ch",
|
author_email="chris.kerr@mykolab.ch",
|
||||||
license="GPLv3+",
|
license="GPLv3+",
|
||||||
|
|||||||
Reference in New Issue
Block a user