33
|
1 [metadata]
|
|
2 name = lockfile
|
|
3 summary = Platform-independent file locking module
|
|
4 description-file =
|
|
5 README
|
|
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 :: 2.6
|
|
20 Programming Language :: Python :: 3
|
|
21 Programming Language :: Python :: 3.3
|
|
22 Topic :: Software Development :: Libraries :: Python Modules
|
|
23
|
|
24 [files]
|
|
25 packages = lockfile
|
|
26
|
|
27 [pbr]
|
|
28 warnerrors = true
|
|
29
|
|
30 [build_sphinx]
|
|
31 source-dir = doc/source
|
|
32 build-dir = doc/build
|
|
33 all_files = 1
|
|
34
|
|
35 [egg_info]
|
|
36 tag_build =
|
|
37 tag_date = 0
|
|
38 tag_svn_revision = 0
|
|
39
|