added "dev" tag to default setup

some extra README
This commit is contained in:
Mike Bayer 2006-08-26 19:00:37 +00:00
parent 7a15313c9e
commit 5b8ab3e8ab
3 changed files with 21 additions and 1 deletions

17
README
View File

@ -5,6 +5,21 @@ All licenses allow for non-commercial and commercial use.
To install:
python setup.py install
SVN checkouts also inlcude setup.cfg file allowing setuptools to create
an svn-tagged build.
Documentation is available in HTML format in the ./doc/ directory.
The "raw" format of the documentation is Markdown with a few extra syntaxes
added in; those files are present in ./doc/build/content/.
To fully generate the documentation into both Myghty and HTML format:
cd ./doc/build/
python genhtml.py
Information running unit tests is in README.unittests.
good luck !

View File

@ -1,5 +1,7 @@
To run unit tests (assuming unix-style commandline, adjust as needed for windows):
Python 2.4 or greater is required since the unit tests use decorators.
cd into the SQLAlchemy distribution directory.
Set up the PYTHONPATH:

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[egg_info]
tag_build = dev
tag_svn_revision = true