summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2b17f9e
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,27 @@
+[metadata]
+name = fixtures
+summary = Fixtures, reusable state for writing clean tests and more.
+description-file =
+ README
+author = Robert Collins
+author-email = robertc@robertcollins.net
+home-page = https://launchpad.net/python-fixtures
+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
+
+[files]
+packages =
+ fixtures
+
+[entry_points]
+console_scripts =
+ lmirror = l_mirror.main:main
+