Skip to content

Commit ff2f8dc

Browse files
committed
Added a keyword in setup and 3.7 support
1 parent 593d273 commit ff2f8dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
version_for_download_url = get_version()
3939
DOWNLOAD_URL = URL + '/tarball/' + version_for_download_url
4040

41-
KEYWORDS = 'yaml file parsing parse load dump read object oo oriented codec format plugin pyYaml'
41+
KEYWORDS = 'yaml file parsing parse load dump read write object oo oriented codec format plugin pyYaml'
4242
# --Get the long description from the README file
4343
# with open(path.join(here, 'README.md'), encoding='utf-8') as f:
4444
# LONG_DESCRIPTION = f.read()
@@ -100,6 +100,7 @@
100100
# 'Programming Language :: Python :: 3.4',
101101
'Programming Language :: Python :: 3.5',
102102
'Programming Language :: Python :: 3.6',
103+
'Programming Language :: Python :: 3.7',
103104
],
104105

105106
# What does your project relate to?

0 commit comments

Comments
 (0)