pentoo-overlay/dev-python/bencode_py/files/bencode_py_setup_cfg.patch
2022-12-03 03:32:30 +01:00

16 lines
595 B
Diff

--- a/setup.cfg.orig 2022-12-03 03:20:06.004043971 +0100
+++ b/setup.cfg 2022-12-03 03:20:20.437377566 +0100
@@ -1,10 +1,10 @@
[metadata]
name = bencode.py
author = Dean Gardiner
-author-email = me@dgardiner.net
+author_email = me@dgardiner.net
summary = Simple bencode parser (for Python 2, Python 3 and PyPy)
-description-file = README.rst
-home-page = https://github.com/fuzeman/bencode.py
+description_file = README.rst
+home_page = https://github.com/fuzeman/bencode.py
license = BitTorrent Open Source License
classifier =
Development Status :: 5 - Production/Stable