Skip to content

Commit 8c5904e

Browse files
author
Peter J. Freeman
authored
Merge pull request #83 from openvar/v3.2.0
Fix setup.py
2 parents 00b5072 + b2e26a5 commit 8c5904e

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)