Skip to content

Commit 8c9daf5

Browse files
update supported version in setup
1 parent 1932460 commit 8c9daf5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

currentsapi/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
LATEST_NEWS_URL = 'https://api.currentsapi.services/v1/latest-news'
22
SEARCH_URL = 'https://api.currentsapi.services/v1/search'
33

4-
54
AVAILABLE_COUNTRY = ["AS", "AT", "BD", "BR", "CA", "CN", "FI","FR", "DE", "HK", "IN", "ID", "IL", "JP", "PH", "MX", "MY", "NL", "NO", "NZ", "PT",
65
"RU", "SA", "SG", "CH", "SK", "TW", "TH", "VIET", "AE", "US", "GB", "VEN", "ZW", "IT", "PSE"]
76

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
setup(
1818
name='currentsapi',
1919
version='0.0.2',
20-
author='Zhi Rui Tam',
20+
author='Currents Dev',
2121
author_email='ray@currentsapi.services',
2222
license='MIT',
2323
url='https://github.com/currentsapi-dev/currentsapi-python',
@@ -34,14 +34,15 @@
3434
'Intended Audience :: Developers',
3535
'Intended Audience :: Financial and Insurance Industry',
3636
'Intended Audience :: Information Technology',
37+
'Intended Audience :: Application Programming Interface',
3738
'Topic :: Software Development :: Libraries :: Python Modules',
3839
'License :: OSI Approved :: MIT License',
39-
'Programming Language :: Python :: 2',
40-
'Programming Language :: Python :: 2.6',
4140
'Programming Language :: Python :: 2.7',
4241
'Programming Language :: Python :: 3',
4342
'Programming Language :: Python :: 3.3',
4443
'Programming Language :: Python :: 3.4',
4544
'Programming Language :: Python :: 3.5',
45+
'Programming Language :: Python :: 3.6',
46+
'Programming Language :: Python :: 3.7',
4647
],
4748
)

0 commit comments

Comments
 (0)