Skip to content

Commit 1a3b38a

Browse files
committed
update setup.py to include author and url
1 parent ebae9b5 commit 1a3b38a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
name = 'swiftype',
1010
version = VERSION,
1111
description = 'Swiftype API Client for Python',
12+
author = 'Swiftype',
13+
author_email = 'team@swiftype.com',
14+
url = 'https://swiftype.com/',
1215
packages = find_packages(),
1316
install_requires = ["anyjson"],
1417
classifiers = [

0 commit comments

Comments
 (0)