Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
foxmask committed Oct 9, 2018
1 parent 5ecc1ca commit 999f554
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Expand Up @@ -12,18 +12,14 @@ def reqs(*f):
os.path.join(os.getcwd(), *f)).readlines()]))


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


install_requires = reqs('requirements.txt')

setup(
name='dj_diabetes',
version=version,
description='Django Diabetes is a personal Glucose Manager',
long_description=readme(),
long_description=open('README.md').read()
long_description_content_type="text/markdown",
author='FoxMaSk',
maintainer='FoxMaSk',
author_email='foxmask@trigger-happy.eu',
Expand Down

0 comments on commit 999f554

Please sign in to comment.