summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-12-04 14:36:56 +1300
committerRobert Collins <robertc@robertcollins.net>2015-12-04 14:36:56 +1300
commite9fecfc450144ba627209e82e219fddf495a3e83 (patch)
tree802dd116894e03e4afc37800fe3b03fdc2ae1269 /setup.cfg
parentef938bcce0e436f9e9ffef932a898dc248a1d6ea (diff)
downloadtestresources-git-e9fecfc450144ba627209e82e219fddf495a3e83.tar.gz
Migrate to pbr
Release / build automation good.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2e5b900
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,23 @@
+[metadata]
+name = testresources
+author = Robert Collins
+author_email = robertc@robertcollins.net
+author = Testresources developers
+author_email = https://launchpad.net/~testresources-developers
+home-page = https://launchpad.net/testresources
+summary = Testresources, a pyunit extension for managing expensive test resources
+description-file = README
+keyword = unittest, testing, fixtures
+classifiers =
+ 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
+
+[files]
+scripts =