Skip to content

Commit

Permalink
updated setup.py to include missing pyaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjdillon committed Jul 7, 2017
1 parent 8fbf8e4 commit fba8b12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -8,16 +8,17 @@

setup(
name='yamlord',
version='0.2',
version='0.3',
description='wrapper for yaml package to read/write OrderedDict',
long_description=long_description,
author='Ryan J. Dillon',
author_email='ryanjamesdillon@gmail.com',
url='https://github.com/ryanjdillon/yamlord',
download_url='https://github.com/ryanjdillon/yamlord/archive/0.2.tar.gz',
download_url='https://github.com/ryanjdillon/yamlord/archive/0.3.tar.gz',
license='MIT',
packages=['yamlord'],
keywords=['python-3'],
install_requires=['pyaml'],
classifiers=[
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 3.5'],
Expand Down

0 comments on commit fba8b12

Please sign in to comment.