Skip to content
Snippets Groups Projects
Commit 53cebd19 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

setup: fix two issues with release

missing entry point and package data

closes #74
parent 1c6518cb
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,11 @@ install_requires = ...@@ -56,6 +56,11 @@ install_requires =
scipy scipy
tests_require = tests_require =
PyPDF2 PyPDF2
include_package_data = True
[options.entry_points]
console_scripts =
gwinc = gwinc.__main__:main
[versioneer] [versioneer]
VCS = git VCS = git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment