Skip to content

Commit bc8a28f

Browse files
committed
Bump to 0.33, see if package_data works at all
1 parent a9029d9 commit bc8a28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
VERSION = '0.32'
5+
VERSION = '0.33'
66

77

88
setup(
@@ -11,7 +11,7 @@
1111
version=VERSION,
1212
include_package_data=True,
1313
package_data={
14-
'': ['*.json', '*.pyt'],
14+
'pyt.vulnerability_definitions': ['*.json', '*.pyt'],
1515
},
1616
description='Find security vulnerabilities in Python web applications'
1717
' using static analysis.',

0 commit comments

Comments
 (0)