summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-19 18:16:55 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-19 18:16:55 +0300
commitd1716764a13cecc59e7fe3cde525c6d65490b8a4 (patch)
tree282aa17685e37f0e9bea24fc21a5585eff935f1e /setup.py
parentbdc8b792955b5c19f496447e36ce60739ff793e3 (diff)
downloadobnam-d1716764a13cecc59e7fe3cde525c6d65490b8a4.tar.gz
Drop simple from setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bff2ffd3..42987f9e 100755
--- a/setup.py
+++ b/setup.py
@@ -305,7 +305,6 @@ setup(name='obnam',
'obnamlib.plugins',
'obnamlib.fmt_6',
'obnamlib.fmt_ga',
- 'obnamlib.fmt_simple'
],
ext_modules=[Extension('obnamlib._obnam', sources=['_obnammodule.c'])],
data_files=[('share/man/man1', glob.glob('*.1'))],