blob: 77b5421856debcf3e65c5859d81f15eeaeb6a712 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- setup.cfg.orig 2025-01-15 18:21:10.719708304 -0800
+++ setup.cfg 2025-01-15 18:31:46.511411011 -0800
@@ -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
@@ -30,9 +30,6 @@
bencode
bencodepy
-[bdist_wheel]
-universal = 1
-
[pbr]
skip_changelog = true
skip_git_sdist = 1
|