Skip to content

Commit

Permalink
Merge branch 'master' of github.com:uzh-rpg/flightmare
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-long committed Dec 4, 2020
2 parents 3c3d14d + c5ff3e6 commit 8b2983c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions flightlib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,3 @@ def build_extension(self, ext):
include_package_data=True,
zip_safe=False,
)

setup(name='flightgym',
version='0.0.1',
author="Yunlong Song",
author_email='[email protected]',
description="Flightmare: A Quadrotor Simulator",
long_description='',
packages=[''],
package_dir={'': './build/'},
package_data={'': ['flightgym.cpython-36m-x86_64-linux-gnu.so']},
zip_fase=True,
url=None,
)

0 comments on commit 8b2983c

Please sign in to comment.