Skip to content

Commit

Permalink
renamed script
Browse files Browse the repository at this point in the history
  • Loading branch information
timdallman committed Jan 4, 2018
1 parent 8ee28a7 commit 49d599f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
17 changes: 6 additions & 11 deletions setup.py
@@ -1,8 +1,4 @@
#!/usr/bin/env python
'''
:Date: 7 Apr, 2016
:Author: Alex Jironkin
'''
from distutils.core import setup
import os
import sys
Expand Down Expand Up @@ -31,15 +27,14 @@ def get_version():

install_requires = [str(ir.req) for ir in install_reqs]

setup(name='SnapperDB',
setup(name='snapperdb',
version=get_version(),
description='Public Health England(UK) SNP calling pipeline tools.',
author='Public Health England',
author_email='NGSSBioinformatics@phe.gov.uk',
url='http://phoenix.readthedocs.org/en/latest/index.html',
packages=['snapperdb',
'snapperdb.snpdb',
'snapperdb.gbru_vcf'],
scripts=['snapperdb.py'],
author_email='tim.dallman@phe.gov.uk',
url='https://github.com/phe-bioinformatics/snapperdb/',
download_url='https://github.com/phe-bioinformatics/snapperdb/archive/1.0.tar.gz',
packages=['snapperdb','snapperdb.snpdb','snapperdb.gbru_vcf'],
scripts=['run_snapperdb.py'],
install_requires=install_requires
)

0 comments on commit 49d599f

Please sign in to comment.