Skip to content

Commit

Permalink
add meta to setup.py, note about fork to README
Browse files Browse the repository at this point in the history
  • Loading branch information
James Casbon committed Jan 12, 2012
1 parent c0894c7 commit 60625ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -86,3 +86,8 @@ For example::
's50': Filter(id='s50', desc='Less than 50% of samples have data')}
>>> vcf_reader.infos['AA'].desc
Ancestral Allele

History
=======

Project started by @jdoughertyii and taken over by @jamescasbon on 12th January 2011.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -3,5 +3,8 @@
setup(
name='PyVCF',
py_modules=['vcf'],
scripts=['vcf_melt']
scripts=['vcf_melt'],
author='James Casbon',
author_email='casbon@gmail.com',
description='Variant Call Format (VCF) parser for python',
)

0 comments on commit 60625ba

Please sign in to comment.