summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 1.0.3 for a releaseHEAD1.0.3masterRadomir Dopieralski2023-05-041-1/+1
|
* Explicitly import pkg_resources in setup.pyRadomir Dopieralski2023-04-261-0/+1
| | | | | | | | | Since recent versions of setuptools no longer impiort pkg_resources internally, and the xstatic namespace mechanism relies on that package being imported, we need to explicitly import it in setup.py now, otherwise we can randomly get failures when installing multiple xstatic packages as dependencies, depending on the order in which pypi decides to install them.
* bump version to 1.0.21.0.2Thomas Waldmann2018-09-181-1/+1
| | | | | | | this release only has some very minor changes, it was primarily done to update the repo and docs URL, so the metadata on pypi.org will also reflect the new locations.
* cosmetic changes to setup.pyThomas Waldmann2018-09-181-6/+6
|
* update year and repo url in setup.py / pypi metadataThomas Waldmann2018-09-181-2/+2
|
* 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