We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593d273 commit ff2f8dcCopy full SHA for ff2f8dc
1 file changed
setup.py
@@ -38,7 +38,7 @@
38
version_for_download_url = get_version()
39
DOWNLOAD_URL = URL + '/tarball/' + version_for_download_url
40
41
-KEYWORDS = 'yaml file parsing parse load dump read object oo oriented codec format plugin pyYaml'
+KEYWORDS = 'yaml file parsing parse load dump read write object oo oriented codec format plugin pyYaml'
42
# --Get the long description from the README file
43
# with open(path.join(here, 'README.md'), encoding='utf-8') as f:
44
# LONG_DESCRIPTION = f.read()
@@ -100,6 +100,7 @@
100
# 'Programming Language :: Python :: 3.4',
101
'Programming Language :: Python :: 3.5',
102
'Programming Language :: Python :: 3.6',
103
+ 'Programming Language :: Python :: 3.7',
104
],
105
106
# What does your project relate to?
0 commit comments