]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added SVN link to setup.py description
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Jan 2007 22:26:37 +0000 (22:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Jan 2007 22:26:37 +0000 (22:26 +0000)
setup.py

index 6b2f55522ed89b67873bd5991016ccfb297854aa..c548bc08847c0836ffb9339aed73f7d8e1afc0ee 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,10 @@ SQLAlchemy's Advantages:
     * Self-referential tables and mappers are supported. Adjacency list structures can be created, saved, and deleted with proper cascading, with no extra programming.
     * Data mapping can be used in a row-based manner. Any bizarre hyper-optimized query that you or your DBA can cook up, you can run in SQLAlchemy, and as long as it returns the expected columns within a rowset, you can get your objects from it. For a rowset that contains more than one kind of object per row, multiple mappers can be chained together to return multiple object instance lists from a single database round trip.
     * The type system allows pre- and post- processing of data, both at the bind parameter and the result set level. User-defined types can be freely mixed with built-in types. Generic types as well as SQL-specific types are available.
+
+SVN version:
+<http://svn.sqlalchemy.org/sqlalchemy/trunk#egg=SQLAlchemy-dev>
+
 """,
     classifiers = [
         "Development Status :: 4 - Beta",