Skip to content

Commit

Permalink
setup.py work
Browse files Browse the repository at this point in the history
  • Loading branch information
ADGEfficiency committed Sep 7, 2018
1 parent 2ff09e5 commit ac10e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(
name='energy_py',
name='energypy',

version='0.2',
description='reinforcement learning for energy systems',
Expand All @@ -11,8 +11,8 @@
url='http://www.adgefficiency.com/',

packages=find_packages(exclude=['tests', 'tests.*']),
package_dir={'energy_py': 'energy_py'},
package_data={'energy_py': ['experiments/datasets/example/*.csv']},
package_dir={'energypy': 'energypy'},
package_data={'energypy': ['experiments/datasets/example/*.csv']},

setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit ac10e10

Please sign in to comment.