Skip to content

Commit

Permalink
shipping config file along
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Oct 11, 2018
1 parent f0341e4 commit 4306fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
9 changes: 0 additions & 9 deletions gbparse/run.py

This file was deleted.

5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
packages=find_packages(),
install_requires=['configparser', 'requests'],
data_files=[
('config', ['gbparse/config.cfg']),
]
('gbparse', ['gbparse/config.cfg']),
],
include_package_data=True,
)

0 comments on commit 4306fe3

Please sign in to comment.