summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-05-04 13:16:57 +1200
committerRobert Collins <robertc@robertcollins.net>2015-05-04 13:36:24 +1200
commit6e08cd178eff08fd29885b82e8534ee3064b55ba (patch)
tree230b0c4237dc77bffc14d056af1c0a060e9b1f66 /setup.cfg
parent10978cc9ae808202cf7c4b96adb1965056e4a0c6 (diff)
downloadtestscenarios-git-6e08cd178eff08fd29885b82e8534ee3064b55ba.tar.gz
Migrate to git.
- new source layout - use pbr for build goodness - setup wheel building
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e69de29..52a7a48 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -0,0 +1,25 @@
+[metadata]
+name = testscenarios
+summary = Testscenarios, a pyunit extension for dependency injection
+description-file = README
+author = Testing-cabal
+author-email = testing-cabal@lists.launchpad.net
+home-page = https://launchpad.net/testscenarios
+classifier =
+ Development Status :: 6 - Mature
+ Intended Audience :: Developers
+ License :: OSI Approved :: BSD License
+ License :: OSI Approved :: Apache Software License
+ Operating System :: OS Independent
+ Programming Language :: Python
+ Programming Language :: Python :: 3
+ Topic :: Software Development :: Quality Assurance
+ Topic :: Software Development :: Testing
+
+[test]
+test_module = testscenarios.tests
+buffer=1
+catch=1
+
+[bdist_wheel]
+universal = 1