Skip to content

Commit

Permalink
Add to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnymaserati committed May 22, 2021
1 parent 43fdfe4 commit 3c348dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
author_email='jonnycorcutt@gmail.com',
license='Apache 2.0',
packages=find_packages(exclude=["tests"]),
package_data={
'welleng': [
'errors/tool_codes/*.yaml'
]
}
install_requires=requirements_all,
classifiers=[
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion welleng/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.16'
__version__ = '0.2.17'

0 comments on commit 3c348dc

Please sign in to comment.