Skip to content

Commit

Permalink
Ok xsd files
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Apr 24, 2020
1 parent a848a74 commit f1c1c09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -134,3 +134,5 @@ dmypy.json
.venv
# ci config for local ci build
/.circleci/local-config.yml

.DS_Store
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -33,6 +33,10 @@
license="Apache-2.0",
packages=find_packages(exclude=["jake/tests/*", "jake/tests/"]),
python_requires='>=3.6',
package_data={
'jake':
['cyclonedx/v1_1/*.xsd']
},
install_requires=REQUIRED,
entry_points={
'console_scripts':
Expand Down

0 comments on commit f1c1c09

Please sign in to comment.