Skip to content
Snippets Groups Projects
Commit 6c4d8619 authored by Sander Bollen's avatar Sander Bollen
Browse files

more to setup.py

parent 88d79148
No related branches found
No related tags found
1 merge request!3Add docs
Pipeline #2568 passed
......@@ -60,6 +60,8 @@ setup(
author_email="a.h.b.bollen@lumc.nl",
license="MIT",
packages=find_packages(),
python_requires=">=3.6",
zip_safe=False,
install_requires=[
"click",
"cyvcf2",
......@@ -76,6 +78,9 @@ setup(
]
},
classifiers=[
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
"Topic :: Scientific/Engineering :: Bio-Informatics"
],
ext_modules=cython_extensions
......
......@@ -7,4 +7,4 @@ vtools
:license: MIT
"""
__version__ = '0.0.1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment