|
9 | 9 |
|
10 | 10 | setup( |
11 | 11 | name='paywix', |
12 | | - version='1.2.0', |
13 | | - description='Multipayment gateway wrapper for Django', |
| 12 | + version='1.3.0', |
| 13 | + author="Renjith S Raj", |
| 14 | + author_email="renjithsraj@live.com", |
| 15 | + description='Paywix is a light weight payment processing sdk for python based applications.', |
14 | 16 | long_description=README, |
15 | 17 | long_description_content_type='text/markdown', |
16 | 18 | install_requires=[ |
| 19 | + 'requests' |
17 | 20 | ], |
18 | 21 | url='https://github.com/renjithsraj/paywix', |
19 | 22 | maintainer='Renjith S Raj', |
|
22 | 25 | packages=find_packages(), |
23 | 26 | include_package_data=True, |
24 | 27 | classifiers=[ |
25 | | - "Programming Language :: Python :: 3", |
| 28 | + 'Programming Language :: Python :: 3', |
| 29 | + 'Programming Language :: Python :: 3.5', |
| 30 | + 'Programming Language :: Python :: 3.6', |
| 31 | + 'Programming Language :: Python :: 3.7', |
| 32 | + 'Programming Language :: Python :: 3.8', |
| 33 | + 'Programming Language :: Python :: 3 :: Only', |
26 | 34 | "License :: OSI Approved :: MIT License", |
27 | 35 | "Operating System :: OS Independent", |
28 | 36 | ], |
29 | 37 | python_requires='>=3.6', |
| 38 | + keywords='payment processing, payu, python payment gateway wrapper, cashfree, paytm, etc', |
30 | 39 | ) |
0 commit comments