Still need to automate dealing with docs/conf.py, but mostly there.
This commit is contained in:
Peter Williams 2020-09-27 22:06:10 -04:00
Родитель 50a66f9758
Коммит cd756588d9
3 изменённых файлов: 13 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,6 @@
[[project]]
qnames = [
'wwt_data_formats',
'pypa',
]
version = '0.4.1'

Просмотреть файл

@ -0,0 +1,5 @@
[repo]
upstream_urls = [
'git@github.com:WorldWideTelescope/wwt_data_formats.git',
'https://github.com/WorldWideTelescope/wwt_data_formats.git',
]

Просмотреть файл

@ -33,8 +33,8 @@ project homepage].
setup_args = dict(
name = 'wwt_data_formats',
version = '0.5.0.dev0', # also update docs/conf.py
name = 'wwt_data_formats', # cranko project-name
version = '0.dev0', # cranko project-version
description = 'Low-level interface to AAS WorldWide Telescope data formats',
long_description = get_long_desc(),
long_description_content_type = 'text/markdown',