Skip to content

Commit

Permalink
fix a problem in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-long committed Dec 2, 2020
1 parent 20e30d1 commit fc7f3e9
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 fc7f3e9

Please sign in to comment.