Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Mar 20, 2020
1 parent 2c9b748 commit 11ad80a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ array([[-0.66666667, 0.13333333, 0.73333333],
License
=======

quaternions is Satellogic SA Copyright 2017. All our code is GPLv3 licensed.
quaternions is Satellogic SA Copyright 2017-2018. All our code is GPLv3 licensed.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
setup(
name='satellogic_quaternions',
version=versioneer.get_version(),
author='Matias Graña, Enrique Toomey, Slava Kerner',
author='Matias Graña, Enrique Toomey, Slava Kerner, Juan Luis Cano',
author_email='[email protected]',
description='This is a library for dealing with quaternions in Python in a unified way.',
url="https://github.com/satellogic/quaternions/",
long_description=open('README.md').read(),
packages=find_packages(exclude=["tests"]),
license="GPLv3",
Expand All @@ -32,5 +33,6 @@
'pytest-coverage',
]
},
long_description_content_type='text/markdown',
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 11ad80a

Please sign in to comment.