Skip to content

Commit 25008ac

Browse files
committed
Add deprecation notice
1 parent 2bd63f0 commit 25008ac

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
PyAvaTax
22
=========
33

4+
NOTE: THIS LIBRARY IS DEPRECATED
5+
--------------------------------
6+
7+
We recommend you use the official SDK. See:
8+
9+
https://pypi.org/project/Avalara/
10+
11+
https://www.avalara.com/us/en/blog/2018/04/introducing-the-new-python-sdk.html
12+
13+
414
What is PyAvaTax?
515
------------------
616

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
setup(
1010
name='PyAvaTax',
1111
url = 'http://github.com/activefrequency/pyavatax/',
12-
author = 'John Obelenus',
13-
author_email = 'jobelenus@activefrequency.com',
12+
author = 'Active Frequency',
13+
author_email = 'info@activefrequency.com',
1414
version=version,
1515
install_requires = ['requests>=2.5.3,<3', 'decorator>=3.4.0', 'six>=1.9.0'],
1616
package_data = {

0 commit comments

Comments
 (0)