File tree 1 file changed +6
-17
lines changed
1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
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
-
14
3
import sys
15
4
from setuptools import setup , find_packages
16
5
17
- NAME = "CyberSourceRest "
18
- VERSION = "0.0.1 "
6
+ NAME = "cybersource-rest-client-python "
7
+ VERSION = "0.0.2 "
19
8
# To install the library, run the following
20
9
#
21
10
# python setup.py install
28
17
setup (
29
18
name = NAME ,
30
19
version = VERSION ,
31
- description = "CyberSource Flex API" ,
32
- author_email = "" ,
20
+ description = "SDK for the CyberSource REST API" ,
21
+ author_email = "developer@cybersource.com " ,
33
22
url = "" ,
34
- keywords = ["Swagger " , "CyberSource Flex API " ],
23
+ keywords = ["Payments API " , "CyberSource" ],
35
24
install_requires = REQUIRES ,
36
25
packages = find_packages (),
37
26
include_package_data = True ,
38
27
long_description = """\
39
- Simple PAN tokenization service
28
+ CyberSource REST API
40
29
"""
41
30
)
You can’t perform that action at this time.
0 commit comments