setup.cfg 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [pudge]
  2. organization = Python Paste
  3. highlighter = pygments
  4. title = Paste
  5. dest = docs/html
  6. docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
  7. docs/testing-applications.txt docs/url-parsing-with-wsgi.txt
  8. docs/package_index.txt
  9. docs/community/index.txt docs/community/mailing-list.txt
  10. docs/community/repository.txt
  11. docs/download/index.txt
  12. docs/develop-example.txt docs/developer-features.txt
  13. docs/enabled.txt docs/install-example.txt
  14. docs/related-projects.txt docs/news.txt
  15. docs/do-it-yourself-framework.txt
  16. docs/paste-httpserver-threadpool.txt
  17. settings = no_about=true
  18. link1=/news.html news
  19. link2=/deploy/ paste.deploy
  20. link3=/script/ paste.script
  21. link4=/download/ download
  22. extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
  23. modules = paste
  24. doc_base = docs/
  25. theme = pythonpaste.org
  26. mailing_list_url = /community/mailing-list.html
  27. exclude_modules = paste.script paste.deploy paste.webkit
  28. paste.util.subprocess24 paste.util.doctest24
  29. paste.util.string24 paste.util.UserDict24
  30. paste.util.PySourceColor
  31. organization_url = http://pythonpaste.org/
  32. trac_url = http://trac.pythonpaste.org/
  33. [global]
  34. command_packages = buildutils.pudge_command, buildutils.publish_command
  35. [egg_info]
  36. tag_build =
  37. tag_date = 0
  38. tag_svn_revision = 0
  39. [publish]
  40. doc-dest = scp://ianb@webwareforpython.org/home/paste/htdocs/
  41. make-dirs = 1
  42. doc-dir = docs/html
  43. [aliases]
  44. distribute = register sdist bdist_egg upload pudge publish