summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 1.0.11.0.1Thomas Waldmann2014-06-281-1/+1
|
* bump version to 1.0.0 and declare it stable1.0.0Thomas Waldmann2014-06-031-3/+3
| | | | | | | | xstatic is in use in misc. projects since about 3 years and didn't require much changes / fixing yet, so guess it is stable. in case we have to do incompatible changes at some time, we'll raise the version number accordingly.
* Proper path to README.txt in setup.pyRadomir Dopieralski2014-06-021-1/+5
| | | | | | | The setup.py will fail when invoked from any other working directory than the main directory of the project. This can be problematic for some deployment tools. Ideally, setup.py should contain no code.
* use a module for metadata, not a class, solves import/dependency issue0.0.2Thomas Waldmann2011-07-091-4/+3
|
* bump version to 0.0.1, add classifiers, keywords to setup.pyd023cd47a6f6Thomas Waldmann2011-06-261-3/+13
|
* setup.py: make namespace packages work, add missing stuffThomas Waldmann2011-06-261-0/+2
| | | | | | add url and namespaces_packages decl use 1-line __init__.py for xstatic and xstatic.pkg namespace packages move most of the code to xstatic.main
* add AUTHORS.txt, use standard src headerThomas Waldmann2011-06-241-0/+9
|
* add some first versions of setup / code (untested)Thomas Waldmann2011-06-241-0/+23