Skip to content

Commit

Permalink
Fix setup.py for uploading to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlinp committed Jan 3, 2017
1 parent 38c588c commit 62eaf71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
@@ -1,10 +1,12 @@
from distutils.core import setup
from setuptools import setup

setup(name='falcon-raml',
version='0.1',
version='0.1.0',
description='Parameter checker middleware using RAML for Falcon',
author='johnlinp',
author_email='johnlinp@gmail.com',
url='https://github.com/johnlinp/falcon-raml',
license='New BSD License',
install_requires=[
'falcon',
'ramlfications',
Expand Down

0 comments on commit 62eaf71

Please sign in to comment.