Skip to content

Commit

Permalink
[Issue #351] ci: Improved the setup.py because of failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
scaphilo committed Apr 4, 2024
1 parent 08b2d6a commit 7dd41fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
from os import open
from setuptools import setup, find_packages
from koalixcrm.version import KOALIXCRM_VERSION

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

0 comments on commit 7dd41fc

Please sign in to comment.