Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from ikeyasu/fix-setup
Browse files Browse the repository at this point in the history
Fix dict mapping on package_data to be list
  • Loading branch information
disktnk authored Sep 10, 2019
2 parents 1cd49bf + 0138ae5 commit 9be5820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def run(self):
install_requires=dependencies,
include_package_data=True,
package_data={
'chainerrl_visualizer': {
'chainerrl_visualizer': [
'templates/*',
'static/**/*',
}
]
},
author='sykwer',
author_email='[email protected]',
Expand Down

0 comments on commit 9be5820

Please sign in to comment.