Added SQLAlchemy to setup.py and fixed a typo in .gitignore.
authorEevee <git@veekun.com>
Sun, 8 Mar 2009 00:26:57 +0000 (16:26 -0800)
committerEevee <git@veekun.com>
Sun, 8 Mar 2009 00:26:57 +0000 (16:26 -0800)
.gitignore
setup.py

index a400776..7f68c58 100644 (file)
@@ -3,4 +3,4 @@
 ~*
 *.swp
 
-*.egg-into
+*.egg-info
index edd8053..d6557d3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,6 +4,7 @@ setup(
     version = '0.1',
     packages = find_packages(),
     package_data = { '': 'data' },
+    install_requires=['SQLAlchemy>=0.5.1'],
 
     entry_points = {
         'console_scripts': [