Skip to content

Commit

Permalink
Include xsd files
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Apr 24, 2020
1 parent f617d2d commit 4016127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include jake/cyclonedx/v1_1/*.xsd
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -19,7 +19,7 @@
LONG_DESCRIPTION = fh.read()

with open('requirements.txt') as requirements:
required = requirements.read().splitlines()
REQUIRED = requirements.read().splitlines()

setup(
name='jake',
Expand All @@ -33,7 +33,7 @@
license="Apache-2.0",
packages=find_packages(exclude=["jake/tests/*", "jake/tests/"]),
python_requires='>=3.6',
install_requires=required,
install_requires=REQUIRED,
entry_points={
'console_scripts':
['jake=jake.__main__:main']
Expand Down

0 comments on commit 4016127

Please sign in to comment.