-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (22 loc) · 726 Bytes
/
setup.cfg
File metadata and controls
23 lines (22 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
name = filetagging
version = attr: filetagging.__version__
author = Trevor Last
author_email = trevorclast@gmail.com
description = Program to manage file tags
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Treecase/file-tagging
project_urls =
Bug Tracker = https://github.com/Treecase/file-tagging/issues
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Utilities
[options]
packages = find:
python_requires = >=3.10