Skip to content

Commit

Permalink
Readme route
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpenuelas committed Apr 17, 2018
1 parent bc04c76 commit ee4cacf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
from setuptools import setup

def readme():
with open('README.md') as f:
with open('./README.md') as f:
return f.read()

setup(name='dictiorm',
version='0.1',
version='0.1.post2',
description='A tiny MongoDB ORM that takes zero time to setup because docs become simple dicts.',
long_description=readme(),
classifiers=[
Expand All @@ -17,7 +17,7 @@ def readme():
],
keywords=['ORM', 'MongoDB', 'dictionary', 'dictiorm'],
url='https://github.com/bmpenuelas/dictiORM',
download_url = 'https://github.com/bmpenuelas/dictiORM/archive/0.1.tar.gz',
download_url = 'https://github.com/bmpenuelas/dictiORM/archive/0.1.post2.tar.gz',
author='Borja Penuelas',
author_email='bmpenuelas@gmail.com',
license='MIT',
Expand Down

0 comments on commit ee4cacf

Please sign in to comment.