-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (36 loc) · 1.24 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = episode_names
version = attr: episode_names.__version__
author = Bruno DeVries
author_email = dev@burnoutdv.com
url = https://github.com/burnoutdv/episode_names
description = Terminal App to administrate periodic names and descriptions for youtube videos
long_description = file: README.md
long_description_content_type = text/markdown
keywords = sqlite, database, tui, youtube
license = License :: OSI Approved :: GPLv3 License
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python
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
Topic :: Utilities
License :: OSI Approved :: GPLv3 License
[options]
zip_safe = False
python_requires = >=3.10
install_requires =
textual>=2.0.4
pyperclip>=1.9.0
peewee>=3.17.6
textual-autocomplete=2.1.0b0
[options.entry_points]
console_scripts =
episode_names = episode_names.episode_names:main