summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 1.0.3 for a releaseHEAD1.0.3masterRadomir Dopieralski2023-05-041-1/+1
|
* Merge pull request #11 from deshipu/masterTW2023-04-261-0/+1
|\ | | | | Explicitly import pkg_resources in setup.py
| * 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.
* Merge pull request #5 from jayvdb/sdistTW2020-09-021-1/+4
|\ | | | | MANIFEST.in: Add license and docs
| * MANIFEST.in: Add license and docsJohn Vandenberg2020-09-021-1/+4
|/ | | | Closes https://github.com/xstatic-py/xstatic/issues/3
* Merge pull request #2 from ThomasWaldmann/masterTW2018-09-1810-27/+33
|\ | | | | updates
| * 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.
| * update docs urlThomas Waldmann2018-09-181-1/+1
| |
| * update packaging docs about git / .gitignoreThomas Waldmann2018-09-181-2/+2
| |
| * cosmetic changes to setup.pyThomas Waldmann2018-09-181-6/+6
| |
| * update year in copyright, docs, etc.Thomas Waldmann2018-09-185-5/+5
| |
| * .gitignoreThomas Waldmann2018-09-182-9/+9
| |
| * update year and repo url in setup.py / pypi metadataThomas Waldmann2018-09-181-2/+2
| |
| * update readmeThomas Waldmann2018-09-181-2/+8
|/
* tagged release 1.0.1Thomas Waldmann2014-06-280-0/+0
|
* bump version to 1.0.11.0.1Thomas Waldmann2014-06-282-2/+2
|
* include license/authors into sphinx docs, minor docs fixThomas Waldmann2014-06-285-1/+15
|
* add license headers to xstatic code filesThomas Waldmann2014-06-282-0/+6
|
* add LICENSE.txt with MIT license from http://opensource.org/licenses/MITThomas Waldmann2014-06-281-0/+23
|
* tagged version 1.0.0Thomas Waldmann2014-06-280-0/+0
|
* bump version to 1.0.0 and declare it stable1.0.0Thomas Waldmann2014-06-033-7/+7
| | | | | | | | 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.
* usage docs: simplify/fix static file serving map setup codeThomas Waldmann2014-03-241-1/+2
|
* add usage docsThomas Waldmann2014-03-241-1/+57
|
* update docs for 0.0.2Thomas Waldmann2011-07-091-24/+18
|
* tagged 0.0.2Thomas Waldmann2011-07-090-0/+0
|
* use a module for metadata, not a class, solves import/dependency issue0.0.2Thomas Waldmann2011-07-092-9/+9
|
* docs: added notes for linux package maintainersThomas Waldmann2011-07-041-0/+43
|
* docs: added some more details/infosThomas Waldmann2011-07-032-0/+13
|
* docs: began usage docsThomas Waldmann2011-07-031-0/+4
|
* packaging docs: fixed typo in dateThomas Waldmann2011-07-031-1/+1
|
* document xstatic packaging, some other doc fixesThomas Waldmann2011-07-033-4/+104
|
* tagged release 0.0.1Thomas Waldmann2011-06-260-0/+0
|
* 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-264-54/+55
| | | | | | 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
* use _build as build dir for sphinxThomas Waldmann2011-06-242-2/+2
|
* fix short version number in sphinxThomas Waldmann2011-06-241-1/+1
|
* add AUTHORS.txt, use standard src headerThomas Waldmann2011-06-243-0/+26
|
* add links to repo/docs and license info to README.txtThomas Waldmann2011-06-241-0/+9
|
* add docs what XStatic is aboutThomas Waldmann2011-06-243-6/+67
|
* add some first versions of setup / code (untested)Thomas Waldmann2011-06-244-0/+85
|
* add sphinx docs tree (mostly defaults)Thomas Waldmann2011-06-244-0/+588
|
* added .hgignoreThomas Waldmann2011-06-241-0/+9