You've already forked akaunting-py
Use scm for versioning
This commit is contained in:
10
setup.py
10
setup.py
@@ -6,12 +6,10 @@ with open('README.md', 'r') as readme:
|
||||
long_description = readme.read()
|
||||
|
||||
|
||||
version = '0.0.1'
|
||||
|
||||
|
||||
setup(
|
||||
name='akauntingpy',
|
||||
version=version,
|
||||
use_scm_version=True,
|
||||
author='CyberCinch',
|
||||
description='Python interface to the Akaunting API.',
|
||||
url='https://github.com/cybercinch/akaunting-py',
|
||||
@@ -29,8 +27,8 @@ setup(
|
||||
'Operating System :: OS Independent',
|
||||
],
|
||||
command_options={
|
||||
'build_sphinx': {
|
||||
'version': ('setup.py', version),
|
||||
},
|
||||
# 'build_sphinx': {
|
||||
# 'version': ('setup.py', version),
|
||||
# },
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user