Skip to content

Commit 83c05cf

Browse files
committed
Correct author details and remove authors.rst
1 parent 5965de5 commit 83c05cf

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

AUTHORS.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ def read(*names, **kwargs):
4040
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S).sub('', read('README.rst')),
4141
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
4242
),
43-
author='Owen Campbell',
44-
author_email='[email protected]',
45-
url='https://github.com/meatballs/axelrod-fortran',
43+
author='Owen Campbell, Vincent Knight, Marc Harper',
44+
author_email=('[email protected]'),
45+
url='https://github.com/axelrod-python/axelrod-fortran',
4646
packages=find_packages('src'),
4747
package_dir={'': 'src'},
4848
py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],

0 commit comments

Comments
 (0)