Skip to content

Commit de25925

Browse files
committed
Updated github link to PyRAMID-CT
1 parent 3591f64 commit de25925

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ requirements:
8181
# - pytest # The pytest program will run all files *_test. py and test_*.py
8282

8383
about:
84-
home: https://github.com/eboigne/PyRAMID
84+
home: https://github.com/eboigne/PyRAMID-CT
8585
summary: A Python code to Remove Motion Artifacts In Dynamic Computed Tomography.
8686
license: {{ data.get('license') }}
8787
license_file: LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_version(rel_path):
7878
license='GNUv3',
7979
author='Emeric Boigné',
8080
author_email='emericboigne@gmail.com',
81-
url='https://github.com/eboigne/PyRAMID',
81+
url='https://github.com/eboigne/PyRAMID-CT',
8282
packages=['pyramid_ct'],
8383
install_requires=requirements,
8484
include_package_data=True, # With this, the non .py files specified in MANIFEST.in are included

0 commit comments

Comments
 (0)