-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (35 loc) · 938 Bytes
/
setup.cfg
File metadata and controls
36 lines (35 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = nose2django
author = Brett Haydon
version = 0.1.1
author-email = brett@haydon.id.au
home-page = https://github.com/bretth/nose2django
project-url =
Github, https://github.com/bretth/nose2django
summary = Nose2 plugin to run django tests through nose2 instead of the django test runner.
description-file =
README.rst
CHANGES.rst
license = BSD
requires-dist = setuptools
nose2
classifier =
Development Status :: 3 - Alpha
Environment :: Plugins
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Topic :: Software Development :: Testing
keywords =
nose2
django
testing
[files]
packages = nose2django
extra_files =
README.rst
CHANGES.rst
LICENSE.txt