Skip to content

Commit

Permalink
Long description.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpenuelas committed Apr 18, 2018
1 parent ee4cacf commit ea2ba82
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@

# To setup this package, run "pip install -e ."

from setuptools import setup

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


setup(name='dictiorm',
version='0.1.post2',
version='0.1.post3',
description='A tiny MongoDB ORM that takes zero time to setup because docs become simple dicts.',
long_description=readme(),
long_description='Use your database documents like a simple dictionary variable. Even in functions that expect a dict!',
classifiers=[
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 3',
],
keywords=['ORM', 'MongoDB', 'dictionary', 'dictiorm'],
url='https://github.com/bmpenuelas/dictiORM',
download_url = 'https://github.com/bmpenuelas/dictiORM/archive/0.1.post2.tar.gz',
download_url='https://github.com/bmpenuelas/dictiORM/archive/0.1.post3.tar.gz',
author='Borja Penuelas',
author_email='bmpenuelas@gmail.com',
license='MIT',
Expand Down

0 comments on commit ea2ba82

Please sign in to comment.