mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
715ab8b96a
So seamless.
25 lines
358 B
INI
25 lines
358 B
INI
[egg_info]
|
|
tag_build =
|
|
tag_svn_revision = 0
|
|
tag_date = 0
|
|
|
|
[aliases]
|
|
release = egg_info -RDb ''
|
|
source = register sdist binary
|
|
binary = bdist_egg upload --show-response
|
|
|
|
[build_sphinx]
|
|
source-dir = docs/
|
|
build-dir = docs/build
|
|
all_files = 1
|
|
|
|
[upload_docs]
|
|
upload-dir = docs/build/html
|
|
|
|
[sdist]
|
|
formats = gztar
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|