forked from mwhudson/livefs-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (23 loc) · 710 Bytes
/
setup.cfg
File metadata and controls
26 lines (23 loc) · 710 Bytes
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
[metadata]
name = livefs-edit
version = 0.0.4
author = Michael Hudson-Doyle
author_email = michael.hudson@ubuntu.com
description = Tools for modifying Ubuntu Live ISOs
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mwhudson/livefs-editor
project_urls =
Bug Tracker = https://github.com/mwhudson/livefs-editor/issues
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Operating System :: POSIX :: Linux
[options]
packages = find:
python_requires = >=3.6
install_requires =
PyYAML
[options.entry_points]
console_scripts =
livefs-edit = livefs_edit:__main__.main