setup.cfg 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [metadata]
  2. name = macholib
  3. version = 1.7
  4. description = Mach-O header analysis and editing
  5. long_description_file =
  6. README.txt
  7. doc/changelog.rst
  8. classifiers =
  9. Intended Audience :: Developers
  10. License :: OSI Approved :: MIT License
  11. Programming Language :: Python
  12. Programming Language :: Python :: 2
  13. Programming Language :: Python :: 2.7
  14. Programming Language :: Python :: 3
  15. Programming Language :: Python :: 3.3
  16. Programming Language :: Python :: 3.4
  17. Operating System :: MacOS :: MacOS X
  18. Topic :: Software Development :: Libraries :: Python Modules
  19. Topic :: Software Development :: Build Tools
  20. author = Ronald Oussoren
  21. author_email = ronaldoussoren@mac.com
  22. maintainer = Ronald Oussoren
  23. maintainer_email = ronaldoussoren@mac.com
  24. url = http://bitbucket.org/ronaldoussoren/macholib
  25. download_url = http://pypi.python.org/pypi/macholib
  26. packages = macholib
  27. license = MIT
  28. platforms = any
  29. requires-dist =
  30. altgraph (>=0.12)
  31. zip-safe = yes
  32. console_scripts =
  33. macho_find = macholib.macho_find:main
  34. macho_standalone = macholib.macho_standalone:main
  35. macho_dump = macholib.macho_dump:main
  36. keywords = Mach-O, dyld
  37. [egg_info]
  38. tag_build =
  39. tag_date = 0
  40. tag_svn_revision = 0