Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
modified setup.py, added demo.py and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bow authored and Wibowo Arindrarto committed Feb 20, 2011
1 parent 3b4a9bd commit 33624ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ def read(fname):
description = ("Python module to read .ab1 trace files."),
license = "MIT",
keywords = "ab1 trace sequencing"
url = "",
packages=['abifpy', 'tests'],
long_description=read('README.rst'),
url = "http://github.com/warindrarto/abifpy",
packages = ['abifpy'],
long_description = read('README.rst'),
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 33624ec

Please sign in to comment.