Fix python_requires tag

This commit is contained in:
Andrew Cassidy 2021-04-17 21:50:10 -07:00
parent 7468c3c46f
commit eeabf52b02
2 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,13 @@
# 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
### 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
@ -22,4 +23,4 @@ First release
### 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.

View File

@ -29,7 +29,7 @@ Forum = https://forum.kerbalspaceprogram.com/index.php?/topic/201784-*
[options]
install_requires = Click; GitPython; yaclog
python_requires >= 3.8
python_requires = >= 3.8
packages = find:
[options.entry_points]