summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Update angular version to 1.8.2 in `setup.cfg` file.1.8.2.0manchandavishal2021-05-271-4/+4
| | | | | | | | | | | | | | | | | | | This patch updates the angular version from 1.5.8->1.8.2 and also replaces dashes with underscores in `setup.cfg` file. The reason for replacing dashes with underscores is Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I4b64d5b8aa3841b3cac8d02819401400c247ff46
* 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: I83c5b3551f26a1a3cc2d8878e9cf1ed582cd2b9f
* Updated with xstatic-release scriptRob Cresswell2016-08-021-1/+1
| | | | Change-Id: Ibdc6858ab8fd8b458ed7644ae817d1b935fae40b
* Update with xstatic-release script1.4.10.1Rob Cresswell2016-07-191-0/+20
Change-Id: I85514e4afde528e72d8b2a44a79702427df449f3