11craft / twitabit
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
paver-update
twitabit /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MANIFEST.in | ||
| |
README.txt | ||
| |
Twitabit.egg-info/ | ||
| |
development.ini | ||
| |
doc/ | ||
| |
ez_setup/ | ||
| |
pavement.py | ||
| |
paver-minilib.zip | ||
| |
setup.cfg | ||
| |
setup.py | ||
| |
test.ini | ||
| |
twitabit/ |
README.txt
This file is for you to describe the Twitabit application. Typically
you would include information such as the information below:
Installation and Setup
======================
Install ``Twitabit`` using easy_install::
easy_install Twitabit
Make a config file as follows::
paster make-config Twitabit config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go.

