Skip to content

Commit

Permalink
delete requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-long committed Nov 18, 2020
1 parent 1a53be1 commit 5a9ce68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions flightlib/build/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from setuptools import setup, Extension
#
setup(name='flightgym',
version='0.0.1',
author="Yunlong Song",
author_email='[email protected]',
description="Flightmare: A Quadrotor Simulator",
long_description='',
packages=[''],
package_dir={'': './'},
package_data={'': ['flightgym.cpython-36m-x86_64-linux-gnu.so']},
zip_fase=True,
url=None,
)

2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 5a9ce68

Please sign in to comment.