Skip to content

Commit

Permalink
Fixed name and license and links
Browse files Browse the repository at this point in the history
  • Loading branch information
translunar committed Jan 6, 2022
1 parent 067071b commit 503b732
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2016--2017 John O. Woods, Ph.D., and Intuitive Machines
Copyright 2016--2022 Juno Woods, Ph.D., and Translunar LLC

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ pyquat is a Python C extension providing quaternions and functions relating to s

## License

Copyright 2016--2017 John O. Woods, Ph.D., and Intuitive Machines.
Copyright 2016--2022 Juno Woods, Ph.D., and Translunar LLC.

See LICENSE.txt.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
""" Python C quaternion type for fast attitude and rotation computations.
See:
https://github.com/mohawkjohn/pyquat
https://github.com/translunar/pyquat
"""

from setuptools import setup, find_packages
Expand All @@ -24,10 +24,10 @@
setup(name='pyquat',
version=version,
description='Python C quaternion type for fast attitude and rotation computations',
author='John O. Woods, Ph.D.',
author_email='[email protected]',
url='https://github.com/openlunar/pyquat/',
download_url='https://github.com/mohawkjohn/pyquat/archive/v' + version + '.tar.gz',
author='Juno Woods, Ph.D.',
author_email='[email protected]',
url='https://github.com/translunar/pyquat/',
download_url='https://github.com/translunar/pyquat/archive/v' + version + '.tar.gz',
include_package_data=True,
packages=['pyquat', 'pyquat.wahba'],
ext_modules=[c_quat],
Expand Down Expand Up @@ -57,7 +57,6 @@
# that you indicate whether you support Python 2, Python 3 or both.

'Programming Language :: C',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 503b732

Please sign in to comment.