Skip to content

Commit 9164455

Browse files
committed
bug fix, forgot to include swagger files in setup.py
1 parent 597588b commit 9164455

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

jsonparse/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.11.1

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
]
4949
},
5050
package_data={
51-
'jsonparse': ['VERSION']
51+
'jsonparse': ['VERSION'],
52+
'jsonparse.static.css': ['*.css'],
53+
'jsonparse.static.img': ['*.png'],
54+
'jsonparse.static.js': ['*.js'],
55+
'jsonparse.static': ['openapi.yaml'],
56+
'jsonparse.templates': ['*.html']
5257
}
5358
)

0 commit comments

Comments
 (0)