Skip to content

Commit

Permalink
Merge pull request #38 from blockchain-certificates/fix/context-urls
Browse files Browse the repository at this point in the history
fix(Context): expose context urls to py package
  • Loading branch information
lemoustachiste authored Apr 5, 2022
2 parents 11d7e4b + 24ad5c3 commit 7fd3406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='cert-schema',
version='3.0.5',
version='3.0.6',
description='Blockchain certificates JSON-LD context and JSON schemas',
author='[email protected]',
url='https://github.com/blockchain-certificates/cert-schema',
Expand All @@ -22,6 +22,6 @@
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(),
package_data={"cert_schema": ["1.1/*.json", "1.2/*.json", "2.0-alpha/*.json", "2.0/*.json", "2.1/*.json", "3.0-alpha/*.json", "3.0-beta/*.json", "3.0/*.json"]},
package_data={"cert_schema": ["1.1/*.json", "1.2/*.json", "2.0-alpha/*.json", "2.0/*.json", "2.1/*.json", "3.0-alpha/*.json", "3.0-beta/*.json", "3.0/*.json, context_urls.json"]},
install_requires=reqs
)

0 comments on commit 7fd3406

Please sign in to comment.