Skip to content

Commit

Permalink
Adding new new command (tgdevelop tgdeps) to setup.cfg to help with c…
Browse files Browse the repository at this point in the history
…reating a good working virtualenv.
  • Loading branch information
pedersen committed Dec 26, 2011
1 parent 851cdfb commit 6cf8232
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions book/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[aliases]
# A handy alias to make a release to pypi
release = egg_info -RDb "" sdist bdist_egg register upload
tgdevelop = develop -i http://tg.tgy/current/
tgdeps = easy_install -i http://tg.gy/current/ AddOns BytecodeAssembler Chameleon coverage DecoratorTools Extremes Genshi Jinja2 Kajiki kid PEAK_Rules repoze.tm2 repoze.what repoze.what.plugins.sql repoze.what_pylons repoze.what_quickstart repoze.who repoze.who_friendlyform repoze.who.plugins.sa repoze.who_testutil simplegeneric sprox SQLAlchemy SymbolType tgext.admin tgext.crud ToscaWidgets transaction TurboJson TurboKid tw.forms zope.interface zope.sqlalchemy

[egg_info]
#tag_build = dev
#tag_svn_revision = true

0 comments on commit 6cf8232

Please sign in to comment.