Przeglądaj źródła

Futureproof setup.cfg by replacing dashes with underscores.

`setuptools` will deprecate usage of dashes in the metadata fields from
setup.cfg.
Nashwan Azhari 4 lat temu
rodzic
commit
e69bf8ebf2
1 zmienionych plików z 3 dodań i 3 usunięć
  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