projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2cdee0
)
Added SQLAlchemy to setup.py and fixed a typo in .gitignore.
author
Eevee
<git@veekun.com>
Sun, 8 Mar 2009 00:26:57 +0000
(16:26 -0800)
committer
Eevee
<git@veekun.com>
Sun, 8 Mar 2009 00:26:57 +0000
(16:26 -0800)
.gitignore
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
a400776
..
7f68c58
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-3,4
+3,4
@@
~*
*.swp
-*.egg-in
t
o
+*.egg-in
f
o
diff --git
a/setup.py
b/setup.py
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': [