Skip to content

Commit 10afc1f

Browse files
update URLs
1 parent cfd1cab commit 10afc1f

File tree

5 files changed

+14
-17
lines changed

5 files changed

+14
-17
lines changed

.github/workflows/charm4py.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
git fetch --unshallow # Need full repo for 'git describe' used by setup.py
2020
pip3 install setuptools cython cffi greenlet numpy torch torchvision
21-
git clone https://github.com/UIUC-PPL/charm charm_src/charm
21+
git clone https://github.com/charmplusplus/charm charm_src/charm
2222
export CHARM_EXTRA_BUILD_OPTS="--enable-error-checking"
2323
export CHARM_BUILD_PROCESSES=2
2424
export CHARM4PY_BUILD_CFFI=1
@@ -46,7 +46,7 @@ jobs:
4646
- name: build-charm4py
4747
run: |
4848
git fetch --unshallow # Need full repo for 'git describe' used by setup.py
49-
git clone https://github.com/UIUC-PPL/charm charm_src/charm
49+
git clone https://github.com/charmplusplus/charm charm_src/charm
5050
export CHARM_EXTRA_BUILD_OPTS="--enable-error-checking"
5151
export CHARM_BUILD_PROCESSES=2
5252
export CHARM4PY_BUILD_CFFI=1
@@ -73,7 +73,7 @@ jobs:
7373
- name: build-charm4py
7474
run: |
7575
git fetch --unshallow # Need full repo for 'git describe' used by setup.py
76-
git clone https://github.com/UIUC-PPL/charm charm_src/charm
76+
git clone https://github.com/charmplusplus/charm charm_src/charm
7777
export CHARM_EXTRA_BUILD_OPTS="--enable-error-checking"
7878
export CHARM_BUILD_PROCESSES=2
7979
export CHARM4PY_BUILD_CFFI=1
@@ -84,5 +84,5 @@ jobs:
8484
export CHARM4PY_TEST_NUM_PROCESSES=2
8585
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
8686
python3 auto_test.py
87-
88-
87+
88+

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Charm4py
33
========
44

55

6-
.. image:: https://github.com/UIUC-PPL/charm4py/actions/workflows/charm4py.yml/badge.svg?event=push
7-
:target: https://github.com/UIUC-PPL/charm4py/actions/workflows/charm4py.yml
6+
.. image:: https://github.com/charmplusplus/charm4py/actions/workflows/charm4py.yml/badge.svg?event=push
7+
:target: https://github.com/charmplusplus/charm4py/actions/workflows/charm4py.yml
88

99
.. image:: http://readthedocs.org/projects/charm4py/badge/?version=latest
1010
:target: https://charm4py.readthedocs.io/
@@ -83,8 +83,8 @@ or email us at <charm@cs.illinois.edu>.
8383
Main author at <jjgalvez@illinois.edu>
8484

8585

86-
.. _Charm++: https://github.com/UIUC-PPL/charm
86+
.. _Charm++: https://github.com/charmplusplus/charm
8787

8888
.. _Documentation: https://charm4py.readthedocs.io
8989

90-
.. _discussion page: https://github.com/UIUC-PPL/charm4py/discussions
90+
.. _discussion page: https://github.com/charmplusplus/charm4py/discussions

docs/contact.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contact
55
You can contact us on the `discussion page`_ for discussion of any topics related to
66
Charm4py or Charm++, or in our mailing list at <charm@cs.illinois.edu>
77

8-
.. _discussion page: https://github.com/UIUC-PPL/charm4py/discussions
8+
.. _discussion page: https://github.com/charmplusplus/charm4py/discussions
99

1010

11-
Please use the GitHub page to report and track issues (https://github.com/UIUC-PPL/charm4py)
11+
Please use the GitHub page to report and track issues (https://github.com/charmplusplus/charm4py)

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Examples
33
========
44

55
There are several examples in the source code repository, with documentation
6-
and comments: https://github.com/UIUC-PPL/charm4py/tree/master/examples
6+
and comments: https://github.com/charmplusplus/charm4py/tree/master/examples
77

88
These include:
99

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def install(self):
380380
author_email='jjgalvez@illinois.edu',
381381
description='Charm4py Parallel Programming Framework',
382382
long_description=long_description,
383-
url='https://github.com/UIUC-PPL/charm4py',
383+
url='https://github.com/charmplusplus/charm4py',
384384
keywords='parallel parallel-programming distributed distributed-computing hpc HPC runtime',
385385
packages=setuptools.find_packages(),
386386
package_data={
@@ -401,10 +401,7 @@ def install(self):
401401
'Operating System :: POSIX :: Linux',
402402
'Operating System :: Microsoft :: Windows',
403403
'Programming Language :: Python',
404-
'Programming Language :: Python :: 3.4',
405-
'Programming Language :: Python :: 3.5',
406-
'Programming Language :: Python :: 3.6',
407-
'Programming Language :: Python :: 3.7',
404+
'Programming Language :: Python :: 3',
408405
'Topic :: System :: Distributed Computing',
409406
'Topic :: System :: Clustering',
410407
],

0 commit comments

Comments
 (0)