Skip to content

Commit cb1445b

Browse files
authored
Merge pull request #14 from pplantinga/add-license-pypi
Add license to setup.py for pypi
2 parents 60c2d86 + f78cd08 commit cb1445b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66

77
setuptools.setup(
88
name="HyperPyYAML",
9-
version="1.0.0",
9+
version="1.0.1",
1010
description="Extensions to YAML syntax for better python interaction",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/speechbrain/HyperPyYAML",
1414
author="Peter Plantinga, Aku Rouhe",
1515
author_email="speechbrain@gmail.com",
16+
classifiers=[
17+
"Programming Language :: Python :: 3",
18+
"License :: OSI Approved :: Apache Software License",
19+
],
1620
packages=["hyperpyyaml"],
1721
install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.17.8"],
1822
)

0 commit comments

Comments
 (0)