Skip to content

Commit

Permalink
updated setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravi80 committed Nov 5, 2018
1 parent 2008c71 commit 35b0eea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run(self):
if __name__ == '__main__':
setup(
name='yaml2object',
version='1.0.0',
version='1.0.1',
description='A simple solution that allows dot notation for YAML file.',
long_description='yaml2object is a simple solution that allows dot notation for YAML file.',
author='Ravi Sharma',
Expand All @@ -32,9 +32,13 @@ def run(self):
keywords=['YAML', 'pyyaml', 'Python YAML', 'python yaml'],
packages=find_packages(exclude=['tests']),
classifiers=[
'Development Status :: 3 - Alpha',
'Programming Language :: Python',
'Environment :: Console',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Natural Language :: English'
],
install_requires=['pyyaml'],
zip_safe=True,
Expand Down

0 comments on commit 35b0eea

Please sign in to comment.