We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d80cba commit 816f93eCopy full SHA for 816f93e
1 file changed
setup.py
@@ -3,16 +3,19 @@
3
# Copyright (c) 2010 BitTorrent Inc.
4
#
5
6
+"""bencode.py - setup script."""
7
+
8
from setuptools import setup, find_packages
9
10
11
setup(
12
name="bencode.py",
13
version="1.1.0",
14
packages=find_packages(),
15
16
author="Dean Gardiner",
17
author_email="me@dgardiner.net",
- description="Fork of the BitTorrent bencode module with Python 3 compatibility.",
18
+ description="BitTorrent bencode module with Python 3+ compatibility.",
19
license="BitTorrent Open Source License",
20
keywords="bittorrent bencode bdecode"
21
)
0 commit comments