Skip to content
Snippets Groups Projects
Commit b49ce860 authored by Julien Chiquet's avatar Julien Chiquet
Browse files

updating setup.py to include package data from data/oaks repository

parent 8207c9e5
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,6 @@ setup(
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3 :: Only",
],
include_package_data=True,
package_data={'': ['data/oaks/*.csv']},
)
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