Skip to content

Commit 7dd41fc

Browse files
committed
[Issue #351] ci: Improved the setup.py because of failed build
1 parent 08b2d6a commit 7dd41fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
from os import open
12
from setuptools import setup, find_packages
23
from koalixcrm.version import KOALIXCRM_VERSION
34

45
setup(name='koalix-crm',
56
version=KOALIXCRM_VERSION,
67
description='koalixcrm is a tiny and easy to use Customer-Relationship-Management'
78
' Software (CRM) including tiny and easy to use Accounting Software',
9+
long_description=open('README.md').read(),
10+
long_description_content_type='text/markdown',
811
url='http://github.com/scaphilo/koalixcrm',
912
author='Aaron Riedener',
1013
author_email='aaron.riedener@gmail.com',

0 commit comments

Comments
 (0)