Skip to content

Commit f7a8701

Browse files
authoredOct 31, 2018
Update setup.py
1 parent 19d9467 commit f7a8701

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed
 

‎setup.py

+6-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
# coding: utf-8
22

3-
"""
4-
CyberSource Flex API
5-
6-
Simple PAN tokenization service
7-
8-
OpenAPI spec version: 0.0.1
9-
10-
Generated by: https://github.com/swagger-api/swagger-codegen.git
11-
"""
12-
13-
143
import sys
154
from setuptools import setup, find_packages
165

17-
NAME = "CyberSourceRest"
18-
VERSION = "0.0.1"
6+
NAME = "cybersource-rest-client-python"
7+
VERSION = "0.0.2"
198
# To install the library, run the following
209
#
2110
# python setup.py install
@@ -28,14 +17,14 @@
2817
setup(
2918
name=NAME,
3019
version=VERSION,
31-
description="CyberSource Flex API",
32-
author_email="",
20+
description="SDK for the CyberSource REST API",
21+
author_email="developer@cybersource.com",
3322
url="",
34-
keywords=["Swagger", "CyberSource Flex API"],
23+
keywords=["Payments API", "CyberSource"],
3524
install_requires=REQUIRES,
3625
packages=find_packages(),
3726
include_package_data=True,
3827
long_description="""\
39-
Simple PAN tokenization service
28+
CyberSource REST API
4029
"""
4130
)

0 commit comments

Comments
 (0)
Please sign in to comment.