Skip to content

Commit

Permalink
Author update
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Oct 23, 2020
1 parent 3fb59cb commit 47dd208
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions software/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def version():
with open('poppy_ergo_jr/_version.py') as f:
return re.search(r"^__version__ = ['\"]([^'\"]*)['\"]", f.read()).group(1)


setup(name='poppy-ergo-jr',
version=version(),
packages=find_packages(),
Expand All @@ -21,10 +22,10 @@ def version():

zip_safe=False,

author='https://github.com/poppy-project/poppy-ergo-jr/graphs/contributors',
author_email='[email protected]',
author='Poppy Station',
author_email='[email protected]',
description='Poppy Ergo Jr Software Library',
url='https://github.com/poppy-project/poppy-ergo-jr',
url='https://poppy-project.org',
license='GNU GENERAL PUBLIC LICENSE Version 3',

)

0 comments on commit 47dd208

Please sign in to comment.