Просмотр исходного кода

Futureproof setup.cfg by replacing dashes with underscores.

`setuptools` will deprecate usage of dashes in the metadata fields from
setup.cfg.
Nashwan Azhari 4 лет назад
Родитель
Сommit
e69bf8ebf2
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      setup.cfg

+ 3 - 3
setup.cfg

@@ -1,11 +1,11 @@
 [metadata]
 name = coriolis
 summary = Migration as a Service
-description-file =
+description_file =
     README.rst
 author = Cloudbase Solutions SRL
-author-email = info@cloudbasesolutions.com
-home-page = http://cloudbase.it
+author_email = info@cloudbasesolutions.com
+home_page = http://cloudbase.it
 classifier =
     Environment :: OpenStack
     Intended Audience :: Information Technology