Skip to content

Commit

Permalink
s/minatar_environment/minatar/, move environments into main package
Browse files Browse the repository at this point in the history
This is done to enable using `pip install -e .`, and to follow standard
packaging rules.

See:
pypa/pip#3160
pypa/setuptools#230
  • Loading branch information
edran committed Apr 5, 2019
1 parent 5004ace commit e0c6180
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
author_email='[email protected]',
license='GPL',
packages=['minatar', 'minatar.environments'],
package_dir={
'minatar': 'minatar_environment',
'minatar.environments': 'environments'
},
install_requires=[
'cycler>=0.10.0',
'kiwisolver>=1.0.1',
Expand Down

0 comments on commit e0c6180

Please sign in to comment.