Advertisement
Guest User

Entire setup.cfg

a guest
Feb 10th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. [metadata]
  2. name = foo
  3. summary = Foo
  4. description-file = README.rst
  5. maintainer = Hacker
  6. maintainer_email = hacker@hack.com
  7. home-page = https://www.hack.com
  8. license = Apache-2
  9. classifier =
  10. Development Status :: 3 - Alpha
  11. Environment :: OpenStack
  12. Intended Audience :: System Administrators
  13. License :: OSI Approved :: Apache Software License
  14. Operating System :: POSIX
  15. Programming Language :: Python
  16. Programming Language :: Python :: 2
  17. Programming Language :: Python :: 2.7
  18. Programming Language :: Python :: 3
  19. Programming Language :: Python :: 3.4
  20.  
  21. [files]
  22. packages =
  23. foo
  24.  
  25. [entry_points]
  26. console_scripts =
  27. foo = foo:main
  28.  
  29. [pbr]
  30. warnerrors = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement