diff --git a/setup.py b/setup.py index 3240538..e9a8523 100644 --- a/setup.py +++ b/setup.py @@ -103,9 +103,10 @@ setup( # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these # have to be included in MANIFEST.in as well. - #package_data={ - # 'sample': ['package_data.dat'], - #}, + package_data={ + 'osaca': ['data/*.csv', 'README.rst', 'LICENSE'], + }, + include_package_data=True, # Although 'package_data' is the preferred approach, in some case you may # need to place data files outside of your packages. See: