Skip to content

Commit 816f93e

Browse files
committed
Updated [setup.py] description
1 parent 9d80cba commit 816f93e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
# Copyright (c) 2010 BitTorrent Inc.
44
#
55

6+
"""bencode.py - setup script."""
7+
68
from setuptools import setup, find_packages
79

10+
811
setup(
912
name="bencode.py",
1013
version="1.1.0",
1114
packages=find_packages(),
1215

1316
author="Dean Gardiner",
1417
author_email="me@dgardiner.net",
15-
description="Fork of the BitTorrent bencode module with Python 3 compatibility.",
18+
description="BitTorrent bencode module with Python 3+ compatibility.",
1619
license="BitTorrent Open Source License",
1720
keywords="bittorrent bencode bdecode"
1821
)

0 commit comments

Comments
 (0)