diff --git a/setup.py b/setup.py index cca92b5..02e1887 100644 --- a/setup.py +++ b/setup.py @@ -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'],