[Biopython-dev] Missing line in setup.py

Danny Yoo dyoo at acoma.Stanford.EDU
Wed Sep 11 13:19:59 EDT 2002


Hello!

Since the registry changes, we need to add one more line to setup.py to
get the bio.config installed.  Here's the diff:


###
[dyoo at tesuque biopython]$ cvs diff -u setup.py
Index: setup.py
===================================================================
RCS file: /home/repository/biopython/biopython/setup.py,v
retrieving revision 1.49
diff -u -r1.49 setup.py
--- setup.py	2002/08/21 20:05:21	1.49
+++ setup.py	2002/09/11 17:17:52
@@ -220,6 +220,7 @@
                       'Bio.WWW',
                       'Bio.builders',
                       'Bio.builders.SeqRecord',
+                      'Bio.config',
                       'Bio.dbdefs',
                       'Bio.expressions',
                       'Bio.expressions.embl',
###


Hope this helps!




More information about the Biopython-dev mailing list