[Pkg-mpd-commits] [python-mpd] 31/91: add twisted as optional dependency
Simon McVittie
smcv at debian.org
Sat Feb 24 14:55:30 UTC 2018
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository python-mpd.
commit 1b4bffaa67084ce4d5517ab93db38bb4aecd5ddb
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date: Sat Sep 10 21:29:42 2016 +0200
add twisted as optional dependency
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index d4d71e8..2d21944 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,5 @@
#! /usr/bin/env python
-from setuptools import Extension
from setuptools import find_packages
from setuptools import setup
from setuptools.command.test import test as TestCommand
@@ -79,7 +78,8 @@ setup(
keywords=["mpd"],
test_suite="mpd.tests",
tests_require=['tox'],
- cmdclass={'test': Tox}
+ cmdclass={'test': Tox},
+ extras_require={'twisted': ["twisted"]}
)
# vim: set expandtab shiftwidth=4 softtabstop=4 textwidth=79:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git
More information about the Pkg-mpd-commits
mailing list