We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46326ab commit 51db49aCopy full SHA for 51db49a
setup.cfg
setup.py
@@ -11,6 +11,10 @@
11
here = path.abspath(path.dirname(__file__))
12
13
14
+with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
15
+ long_description = f.read()
16
+
17
18
setup(
19
name='authorizenet',
20
@@ -20,6 +24,7 @@
24
version='1.1.5',
21
25
22
26
description='Authorize.Net Python SDK',
27
+ long_description=long_description,
23
28
29
# The project's main homepage.
30
url='https://github.com/AuthorizeNet/sdk-python',
0 commit comments