Skip to content

Commit

Permalink
v1.2 release prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Dec 5, 2016
1 parent 333029e commit 6fe2599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
README

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup

setup(name='kitti2bag',
version='1.1.1',
version='1.2',
description='Convert KITTI dataset to ROS bag file the easy way!',
author='Tomas Krejci',
author_email='[email protected]',
url='https://github.com/tomas789/kitti2bag/',
download_url = 'https://github.com/tomas789/kitti2bag/archive/1.1.1.zip',
download_url = 'https://github.com/tomas789/kitti2bag/archive/1.2.zip',
keywords = ['dataset', 'ros', 'rosbag', 'kitti'],
scripts=['bin/kitti2bag'],
install_requires=['pykitti']
Expand Down
3 changes: 3 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
pandoc --from=markdown --to=rst --output=README README.md
python setup.py sdist upload

0 comments on commit 6fe2599

Please sign in to comment.