You've already forked akaunting-py
Update test data
This commit is contained in:
3
setup.py
3
setup.py
@@ -8,7 +8,7 @@ with open('README.md', 'r') as readme:
|
||||
|
||||
|
||||
setup(
|
||||
name='akauntingpy',
|
||||
name='akaunting-py',
|
||||
use_scm_version=True,
|
||||
author='CyberCinch',
|
||||
description='Python interface to the Akaunting API.',
|
||||
@@ -16,6 +16,7 @@ setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='MIT',
|
||||
version='1.0.5',
|
||||
keywords='akaunting api library',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
|
||||
Reference in New Issue
Block a user