Skip to content

Commit

Permalink
adding MANIFEST file
Browse files Browse the repository at this point in the history
  • Loading branch information
pitchmuc committed Feb 15, 2021
1 parent 7f5026f commit 71384e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.pickle
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def get_version(rel_path: str):
keywords=['adobe', 'analytics', 'API', 'python'],
packages=find_packages(),
include_package_data=True,
data_files=[('aanalytics2', ['CSV_Column_and_Query_String_Reference.pickle', 'eventType_usageLogs.pickle','supported_tags.pickle'])],
install_requires=[
'pandas',
'pathlib2',
Expand Down

0 comments on commit 71384e7

Please sign in to comment.