Skip to content

Commit e70b496

Browse files
author
Peter J. Freeman
authored
Merge pull request #84 from openvar/develop
Develop
2 parents f066465 + 8c5904e commit e70b496

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
use_scm_version=True,
99
zip_safe=True,
1010
author="VariantValidator Contributors",
11-
author_email = '[email protected]',
11+
author_email='[email protected]',
12+
packages=['rest_VariantValidator',
13+
'rest_VariantValidator.endpoints',
14+
'rest_VariantValidator.utils',
15+
],
1216
description='Rest API for VariantValidator',
1317
long_description=open('README.md').read(),
1418
url='https://github.com/openvar/variantFormatter',

0 commit comments

Comments
 (0)