From cc7e801a5bfb7e276585349cc878259d4cb71c56 Mon Sep 17 00:00:00 2001 From: Tristan Seligmann Date: Sun, 21 Feb 2016 22:44:04 +0200 Subject: Import python-service-identity_16.0.0.orig.tar.gz. --- setup.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..ccb319b --- /dev/null +++ b/setup.cfg @@ -0,0 +1,14 @@ +[pytest] +minversion = 2.8.2 +strict = true +addopts = -ra +testpaths = tests + +[wheel] +universal = 1 + +[egg_info] +tag_svn_revision = 0 +tag_date = 0 +tag_build = + -- cgit v1.2.3