Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Added sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-zenk committed Oct 9, 2021
1 parent 7768d59 commit 91eaf14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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 iceportal_apis/mocking/sample_data/*.json
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
with open("README.md", "r") as fh:
long_description = fh.read()

include_files = {'iceportal_apis': ['*.json', 'mocking/sample_data/*.json']}

setuptools.setup(
name="iceportal_apis",
version=__version__,
Expand All @@ -19,11 +21,13 @@
"Source": "https://github.com/felix-zenk/iceportal-apis",
},
packages=setuptools.find_packages(),
include_package_data=True,
license='MIT',
classifiers=[
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
python_requires='>=3.7.2',
)
)

0 comments on commit 91eaf14

Please sign in to comment.