Skip to content

Commit 0e7eb45

Browse files
committed
distro ready
1 parent 9d6bfdc commit 0e7eb45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description='This minimal yet powerful library allows delegation of an objects: methods, properties, and his own '
1212
'member objects, to an object who owns it. Recursive delegation is also supported.'
1313
'Use the simple API to handle delegations.',
14-
download_url='https://github.com/YairMZ/ObjectDelegator/archive/v_10.tar.gz', # I explain this later on
14+
download_url='https://github.com/YairMZ/ObjectDelegator/archive/v_10.tar.gz',
1515
keywords=['OOP', 'delegation', 'composition'],
1616
classifiers=[
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)