summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-04-23 22:29:21 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-04-23 22:29:21 +0200
commit8a0992342ac19f02680f1cc5eaedc09c672a35b8 (patch)
tree006432eaf9656852eb9e4a653d761afdcd267340 /setup.py
parent81b477fac49da74f42b18acebec33ba132c340da (diff)
fix indention of the last commit in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6ca1a6b3..7b7ef842 100755
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,6 @@ setup(name='alot',
'magic',
'configobj (>=4.6.0)',
'subprocess (>=2.7)',
- 'pyme'],
+ 'pyme'],
provides='alot',
)