Go to file
YuehuiLei 8e08400864 setup.cfg: Replace dashes with underscores
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: I4f58234e6f2d0b0b8548d1cf53c266c562b411eb
2021-05-05 10:03:59 +08:00
2020-09-03 14:25:24 +02:00
2020-02-11 15:25:49 +01:00
2019-04-19 19:28:07 +00:00
2018-07-04 08:18:31 +07:00
2020-12-18 15:07:17 +01:00
2020-05-09 16:42:30 +02:00
2020-02-10 18:34:51 +01:00
2020-09-03 14:25:24 +02:00

Team and repository tags

image

oslo.concurrency

Latest Version

The oslo.concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.

Description
OpenStack library for all concurrency-related code
Readme 4.8 MiB
Languages
Python 100%