Skip to content

Commit 240dc16

Browse files
authored
Merge pull request #41 from taxjar/setup-tools-config
Updated setup.cfg
2 parents fd45b6d + 5c2a014 commit 240dc16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name='taxjar',
5-
version='2.0.0',
5+
version='2.0.1',
66
description='Sales tax API client for Python',
77
author='TaxJar',
88
author_email='support@taxjar.com',
99
url='https://github.com/taxjar/taxjar-python',
10-
download_url='https://github.com/taxjar/taxjar-python/archive/v2.0.0.zip',
10+
download_url='https://github.com/taxjar/taxjar-python/archive/refs/tags/v2.0.1.zip',
1111
packages=['taxjar', 'taxjar.data'],
1212
classifiers=[
1313
"Programming Language :: Python :: 2.6",

0 commit comments

Comments
 (0)