You've already forked akaunting-py
Renamed module as "-" is invalid
This commit is contained in:
6
setup.py
6
setup.py
@@ -6,18 +6,18 @@ with open('README.md', 'r') as readme:
|
||||
long_description = readme.read()
|
||||
|
||||
|
||||
version = '0.3.0'
|
||||
version = '0.0.1'
|
||||
|
||||
|
||||
setup(
|
||||
name='akaunting-py',
|
||||
name='akauntingpy',
|
||||
version=version,
|
||||
author='CyberCinch',
|
||||
description='Python interface to the Akaunting API.',
|
||||
url='https://github.com/cybercinch/akaunting-py',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='GPL-3',
|
||||
license='MIT',
|
||||
keywords='akaunting api library',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
|
||||
Reference in New Issue
Block a user