Коммит
50a66f9758
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.4.1 (2020-Sep-18)
|
||||||
|
|
||||||
|
- Fix the test suite on Windows (hopefully).
|
||||||
|
|
||||||
# 0.4.0 (2020-Sep-15)
|
# 0.4.0 (2020-Sep-15)
|
||||||
|
|
||||||
- Add a bunch of CLI documentation.
|
- Add a bunch of CLI documentation.
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -11,7 +11,7 @@ def get_long_desc():
|
||||||
in_preamble = True
|
in_preamble = True
|
||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
with open('README.md') as f:
|
with open('README.md', 'rt', encoding='utf8') as f:
|
||||||
for line in f:
|
for line in f:
|
||||||
if in_preamble:
|
if in_preamble:
|
||||||
if line.startswith('<!--pypi-begin-->'):
|
if line.startswith('<!--pypi-begin-->'):
|
||||||
|
@ -88,8 +88,5 @@ setup_args = dict(
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# That was fun.
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
setup(**setup_args)
|
setup(**setup_args)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче