Changeset 127 for biocomp.pscoils/branches/biopython-enabled/setup.py
- Timestamp:
- 01/30/10 20:40:00 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
biocomp.pscoils/branches/biopython-enabled/setup.py
r7 r127 1 1 from setuptools import setup, find_packages 2 import sys, os3 4 2 version = '0.1' 5 3
