We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd45b6d + 5c2a014 commit 240dc16Copy full SHA for 240dc16
setup.cfg
@@ -1,2 +1,2 @@
1
[metadata]
2
-description-file = README.md
+description_file = README.md
setup.py
@@ -2,12 +2,12 @@
3
setup(
4
name='taxjar',
5
- version='2.0.0',
+ version='2.0.1',
6
description='Sales tax API client for Python',
7
author='TaxJar',
8
author_email='support@taxjar.com',
9
url='https://github.com/taxjar/taxjar-python',
10
- download_url='https://github.com/taxjar/taxjar-python/archive/v2.0.0.zip',
+ download_url='https://github.com/taxjar/taxjar-python/archive/refs/tags/v2.0.1.zip',
11
packages=['taxjar', 'taxjar.data'],
12
classifiers=[
13
"Programming Language :: Python :: 2.6",
0 commit comments