Skip to content

Commit e87b114

Browse files
committed
Remove description-file entirely
1 parent 46326ab commit e87b114

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
here = path.abspath(path.dirname(__file__))
1212

1313

14+
with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
15+
long_description = f.read()
16+
17+
1418
setup(
1519
name='authorizenet',
1620

@@ -20,6 +24,7 @@
2024
version='1.1.5',
2125

2226
description='Authorize.Net Python SDK',
27+
long_description=long_description,
2328

2429
# The project's main homepage.
2530
url='https://github.com/AuthorizeNet/sdk-python',

0 commit comments

Comments
 (0)