mirror of
https://github.com/drewcassidy/yaclog-ksp.git
synced 2024-09-01 14:58:44 +00:00
Fix python_requires tag
This commit is contained in:
parent
7468c3c46f
commit
eeabf52b02
@ -1,12 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Changed
|
||||||
|
|
||||||
- Comment in generated files stating that it was automatically created by this tool
|
- Generator now adds a comment to files stating they were automatically created by this tool.
|
||||||
|
- Tweaks and fixes to project metadata in setup.cfg.
|
||||||
|
|
||||||
## 0.1.1 - 2021-04-16
|
## 0.1.1 - 2021-04-16
|
||||||
|
|
||||||
@ -22,4 +23,4 @@ First release
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `yaclog-ksp` command line tool for converting markdown changelogs to KerbalChangelog configs
|
- `yaclog-ksp` command line tool for converting markdown changelogs to KerbalChangelog configs.
|
||||||
|
@ -29,7 +29,7 @@ Forum = https://forum.kerbalspaceprogram.com/index.php?/topic/201784-*
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
install_requires = Click; GitPython; yaclog
|
install_requires = Click; GitPython; yaclog
|
||||||
python_requires >= 3.8
|
python_requires = >= 3.8
|
||||||
packages = find:
|
packages = find:
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
|
Loading…
Reference in New Issue
Block a user