Renamed module as "-" is invalid

This commit is contained in:
2022-05-13 17:09:11 +12:00
parent 801a2ab2c7
commit eaf59856d3
4 changed files with 5 additions and 3 deletions

2
akauntingpy/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from akauntingpy.api import WHMCS
from akauntingpy.exceptions import *

View File

@@ -6,18 +6,18 @@ with open('README.md', 'r') as readme:
long_description = readme.read() long_description = readme.read()
version = '0.3.0' version = '0.0.1'
setup( setup(
name='akaunting-py', name='akauntingpy',
version=version, version=version,
author='CyberCinch', author='CyberCinch',
description='Python interface to the Akaunting API.', description='Python interface to the Akaunting API.',
url='https://github.com/cybercinch/akaunting-py', url='https://github.com/cybercinch/akaunting-py',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
license='GPL-3', license='MIT',
keywords='akaunting api library', keywords='akaunting api library',
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[