Skip to content

Commit

Permalink
Merge pull request #29 from borglab/feature/python-info
Browse files Browse the repository at this point in the history
Updated python package information
  • Loading branch information
dellaert authored May 30, 2019
2 parents 103223f + 17fbf10 commit 550084d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cython/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ packages = find_packages()
setup(
name='gtsam',
description='Georgia Tech Smoothing And Mapping library',
url='https://bitbucket.org/gtborg/gtsam',
url='https://gtsam.org/',
version='${GTSAM_VERSION_STRING}', # https://www.python.org/dev/peps/pep-0440/
author='Frank Dellaert et. al.',
author_email='[email protected]',
license='Simplified BSD license',
keywords='slam sam robotics localization mapping optimization',
long_description='''${README_CONTENTS}''',
Expand Down

0 comments on commit 550084d

Please sign in to comment.