mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 23:43:03 +00:00
more python versions support
This commit is contained in:
4
pyproject.toml
vendored
4
pyproject.toml
vendored
@@ -11,11 +11,15 @@ license = 'GPL-3.0'
|
||||
requires-python = ">=3"
|
||||
classifiers = [
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
'Programming Language :: Python :: 3.13',
|
||||
'Programming Language :: Python :: 3.14',
|
||||
]
|
||||
keywords = ['dotfiles', 'jinja2']
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user