Skip to content

Commit

Permalink
New repo org: github.com/openPMD
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 17, 2020
1 parent afd9d83 commit aae3c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the [openPMD standard](https://github.com/openPMD/openPMD-standard) for deta

```bash
# optional: --user
python3 -m pip install git+https://github.com/ax3l/openPMD-CCD.git
python3 -m pip install git+https://github.com/openPMD/openPMD-CCD.git
```


Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ def run_tests(self):
maintainer_email = 'axelhuebl@lbl.gov',
keywords = ('openPMD openscience hdf5 research '
'file-format file-handling CCD imaging'),
url = 'https://github.com/ax3l/openPMD-CCD.git',
url = 'https://github.com/openPMD/openPMD-CCD.git',
project_urls = {
# 'Documentation': 'https://[...].readthedocs.io',
# 'Reference': 'https://doi.org/[...]',
'Source': 'https://github.com/ax3l/openPMD-CCD',
'Tracker': 'https://github.com/ax3l/openPMD-CCD/issues',
'Source': 'https://github.com/openPMD/openPMD-CCD',
'Tracker': 'https://github.com/openPMD/openPMD-CCD/issues',
},
# zip_safe = True,
python_requires = '>=3.5, <3.9',
Expand Down

0 comments on commit aae3c9b

Please sign in to comment.