setup.py (
4
lines of code) (
raw
):
from setuptools import setup setup(name="gym_wikinav", version="0.0.1", install_requires=["gym"])