Merge Debian packaging for release “1:0.12.2-2”.
[debian_python-lockfile.git] / setup.cfg
blobe51b5c151b36c9bef19dc57d39e653ce94056c40
1 [metadata]
2 name = lockfile
3 summary = Platform-independent file locking module
4 description-file = 
5         README.rst
6 author = OpenStack
7 author-email = openstack-dev@lists.openstack.org
8 home-page = http://launchpad.net/pylockfile
9 classifier = 
10         Intended Audience :: Developers
11         License :: OSI Approved :: MIT License
12         Operating System :: POSIX :: Linux
13         Operating System :: MacOS
14         Operating System :: Microsoft :: Windows :: Windows NT/2000
15         Operating System :: POSIX
16         Programming Language :: Python
17         Programming Language :: Python :: 2
18         Programming Language :: Python :: 2.7
19         Programming Language :: Python :: 3
20         Programming Language :: Python :: 3.3
21         Topic :: Software Development :: Libraries :: Python Modules
23 [files]
24 packages = lockfile
26 [pbr]
27 warnerrors = true
29 [build_sphinx]
30 source-dir = doc/source
31 build-dir = doc/build
32 all_files = 1
34 [bdist_wheel]
35 universal = 1
37 [egg_info]
38 tag_date = 0
39 tag_svn_revision = 0
40 tag_build =