setup.cfg 925 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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
  22. [files]
  23. packages = lockfile
  24. [pbr]
  25. warnerrors = true
  26. [build_sphinx]
  27. source-dir = doc/source
  28. build-dir = doc/build
  29. all_files = 1
  30. [bdist_wheel]
  31. universal = 1
  32. [egg_info]
  33. tag_date = 0
  34. tag_svn_revision = 0
  35. tag_build =