Skip to content

Commit

Permalink
Merge pull request uzh-rpg#72 from uzh-rpg/bug/setup
Browse files Browse the repository at this point in the history
fix a problem in setup file
  • Loading branch information
yun-long authored Dec 2, 2020
2 parents 20e30d1 + fc7f3e9 commit c5ff3e6
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 c5ff3e6

Please sign in to comment.