We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b2d6a commit 7dd41fcCopy full SHA for 7dd41fc
setup.py
@@ -1,10 +1,13 @@
1
+from os import open
2
from setuptools import setup, find_packages
3
from koalixcrm.version import KOALIXCRM_VERSION
4
5
setup(name='koalix-crm',
6
version=KOALIXCRM_VERSION,
7
description='koalixcrm is a tiny and easy to use Customer-Relationship-Management'
8
' Software (CRM) including tiny and easy to use Accounting Software',
9
+ long_description=open('README.md').read(),
10
+ long_description_content_type='text/markdown',
11
url='http://github.com/scaphilo/koalixcrm',
12
author='Aaron Riedener',
13
author_email='aaron.riedener@gmail.com',
0 commit comments