summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 2.5.0HEAD2.5.0.0masterRadomir Dopieralski2020-01-211-3/+3
| | | | Change-Id: I9111a768fac27bccb7c17027a8b4a667ce9011f9
* Update XStatic-angular-bootstrap to 2.2.0.02.2.0.0Rob Cresswell2016-12-091-1/+1
| | | | Change-Id: Idd53f42c841802af830864a5497e433c41628bd3
* Update with corrected xstatic-releaseRichard Jones2016-09-071-3/+3
| | | | Change-Id: Ib72730b43676c54fe42c7cbb04d06644024903ab
* Fix description metadataRichard Jones2016-08-271-1/+1
| | | | | | | | | | There doesn't seem to be a "summary" option, but "description" and "long_description" are different. Update the metadata to avoid warnings about the unknown "summary" and so that when the release announce script asks for the package description it gets the one line version instead of the longer one. Change-Id: Ibe3a14d76d07de54c250cf6e286af5a40e4b6456
* Fixes for a packaging error0.11.0.8Richard Jones2016-06-271-1/+1
| | | | | | | | | | | | The xstatic-release script didn't tell the setup.py to include data files in installation. This release incorporates that fix (and an unintentional change to the LICENSE). This skips to the 8 BUILD because the 7th BUILD was emergency released to fix the packaging error. Change-Id: I3223f0f0c4387ad64068c3924eb634df6f0d3dcf
* Update to use setuptools_scm for release version generationRichard Jones2016-03-071-0/+20
To support openstack-infra we store the release version in git tags and use setuptools_scm to extract that tag in the setup file when generating sdist and wheel files. This patch includes the use of the new xstatic-release tool which handles the majority of management of metadata to support the infra release process. Change-Id: I14e0b5986d3433afd796ea44e66dfafd5003e732