Skip to content

Commit

Permalink
minimal setup to get into pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
James Casbon committed Oct 30, 2011
1 parent 7b6fefb commit 35cfa6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from setuptools import setup

setup(
name='PyVCF',
py_modules=['vcf']
# scripts=['amptools/amptools']
)

0 comments on commit 35cfa6d

Please sign in to comment.