You've already forked akaunting-py
Renamed module as "-" is invalid
This commit is contained in:
2
akauntingpy/__init__.py
Normal file
2
akauntingpy/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
from akauntingpy.api import WHMCS
|
||||||
|
from akauntingpy.exceptions import *
|
||||||
6
setup.py
6
setup.py
@@ -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=[
|
||||||
|
|||||||
Reference in New Issue
Block a user