Skip to content

Commit 794dd65

Browse files
authored
Merge pull request #168 from AuthorizeNet/april-2025-fix
Removed use of outdated setup.cfg
2 parents bfcfb73 + 59350cd commit 794dd65

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

DESCRIPTION.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@
1010

1111
here = path.abspath(path.dirname(__file__))
1212

13+
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
14+
long_description = f.read()
1315

1416
setup(
1517
name='authorizenet',
1618

1719
# Versions should comply with PEP440. For a discussion on single-sourcing
1820
# the version across setup.py and the project code, see
1921
# https://packaging.python.org/en/latest/single_source_version.html
20-
version='1.1.5',
22+
version='1.1.6',
2123

2224
description='Authorize.Net Python SDK',
25+
long_description=long_description,
2326

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

0 commit comments

Comments
 (0)