We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60c2d86 + f78cd08 commit cb1445bCopy full SHA for cb1445b
1 file changed
setup.py
@@ -6,13 +6,17 @@
6
7
setuptools.setup(
8
name="HyperPyYAML",
9
- version="1.0.0",
+ version="1.0.1",
10
description="Extensions to YAML syntax for better python interaction",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/speechbrain/HyperPyYAML",
14
author="Peter Plantinga, Aku Rouhe",
15
author_email="speechbrain@gmail.com",
16
+ classifiers=[
17
+ "Programming Language :: Python :: 3",
18
+ "License :: OSI Approved :: Apache Software License",
19
+ ],
20
packages=["hyperpyyaml"],
21
install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.17.8"],
22
)
0 commit comments