Skip to content

Commit

Permalink
Merge pull request #7 from Cimpress-MCP/config-to-package
Browse files Browse the repository at this point in the history
Added manifest file
  • Loading branch information
mborukhava authored Apr 17, 2019
2 parents e6f34b3 + 073455a commit cea2dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 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 j2v/utils/config.yml
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open("README.md", "r") as fh:
setup(
name='j2v',
version='1.2',
version='1.2.1',
author="Michal Zasadzinski",
author_email="[email protected]",
description="A tool to generate Looker views and explores from sample JSONs",
Expand All @@ -18,6 +18,7 @@
packages=find_packages(),
install_requires=['PyYAML>=5.1'],
python_requires='>=3',
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit cea2dbb

Please sign in to comment.