Skip to content
Snippets Groups Projects
Commit e59f8f10 authored by aucomte's avatar aucomte
Browse files

update

parent 36f89a17
No related branches found
No related tags found
No related merge requests found
1.0.0 0.1.0
\ No newline at end of file
...@@ -18,7 +18,7 @@ def main(): ...@@ -18,7 +18,7 @@ def main():
url=URL, url=URL,
project_urls={ project_urls={
'Bug Tracker': f'{URL}/issues', 'Bug Tracker': f'{URL}/issues',
#'Documentation': f'https://{NAME}.readthedocs.io/en/latest/', 'Documentation': f'https://{NAME}.readthedocs.io/en/latest/',
'Source Code': URL 'Source Code': URL
}, },
download_url=f'{URL}/archive/{VERSION}.tar.gz', download_url=f'{URL}/archive/{VERSION}.tar.gz',
...@@ -30,14 +30,14 @@ def main(): ...@@ -30,14 +30,14 @@ def main():
license='GPLv3', license='GPLv3',
# docs compilation utils # docs compilation utils
#command_options={ command_options={
# 'build_sphinx': { 'build_sphinx': {
# 'project': ('setup.py', NAME), 'project': ('setup.py', NAME),
# 'version': ('setup.py', VERSION), 'version': ('setup.py', VERSION),
# 'release': ('setup.py', VERSION), 'release': ('setup.py', VERSION),
# 'source_dir': ('setup.py', CURRENT_PATH.joinpath('docs','source').as_posix()), 'source_dir': ('setup.py', CURRENT_PATH.joinpath('docs','source').as_posix()),
# 'build_dir': ('setup.py', CURRENT_PATH.joinpath('docs','build').as_posix()), 'build_dir': ('setup.py', CURRENT_PATH.joinpath('docs','build').as_posix()),
# }}, }},
# Package information # Package information
packages=find_packages(), packages=find_packages(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment