Skip to content

Commit

Permalink
preparation for pip package v1.0.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-nutonomy authored Mar 26, 2019
1 parent 0334132 commit e9f08cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ def get_dirlist(_rootdir):

setuptools.setup(
name='nuscenes-devkit',
version='0.3.8',
author="Holger Caesar, Qiang Xu, Oscar Beijbom et al.",
version='1.0.0',
author="Holger Caesar, Oscar Beijbom, Qiang Xu, Varun Bankiti, Alex H. Lang, Sourabh Vora, Venice Erin Liong, "
"Chris Li, Sergi Widjaja et al.",
author_email="nuscenes@nutonomy.com",
description="The official devkit of the nuScenes dataset",
description="The official devkit of the nuScenes dataset (www.nuscenes.org).",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/nutonomy/nuscenes-devkit",
Expand Down

0 comments on commit e9f08cb

Please sign in to comment.