Commit Graph

5 Commits

Author SHA1 Message Date
Marc Gariepy 977d2b9369 Cleanup setup.py config
Change-Id: I5b9acf8fab3813169eff3e063875694aa9ab9c72
2022-03-31 10:39:34 -04:00
yangyawei 58d9c84d71 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: Ibe4ce100cfad933dfaeaba236d7921711df491d5
2021-05-16 14:47:03 +08:00
melissaml 91d19c8c2a Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: I4fce1279bb8a5bf9a5d7e80d9f6400f7e9105f8c
2020-04-14 16:32:47 +08:00
zhouxinyong 690d5d26ae Change openstack-dev to openstack-discuss in setup.cfg
Change-Id: I82bf186d01242e6758f29f1c57cfac85f60ab6ec
2019-01-22 19:41:58 +08:00
Andy McCrae 58b9b85af8 Initial commit to os_manila role
This is the initial commit to the development of the os_manila role.
This commit just contains the scaffolding.

Change-Id: I1ba8bf8bb892179b8068de398a6d61840dd610b1
2018-11-05 11:42:43 -05:00