Now we even include a setup.py
This commit is contained in:
parent
81ae3e3707
commit
111b1b846d
12
setup.py
Normal file
12
setup.py
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='metastable-baselines',
|
||||||
|
version='1.0.0',
|
||||||
|
# url='https://github.com/mypackage.git',
|
||||||
|
# author='Author Name',
|
||||||
|
# author_email='author@gmail.com',
|
||||||
|
# description='Description of my package',
|
||||||
|
packages=['.'],
|
||||||
|
install_requires=['gym', 'stable_baselines3'],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user