-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
26 lines (26 loc) · 937 Bytes
/
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
[metadata]
name = isobmff
version = attr: isobmff.__version__
url = https://github.com/ggpwnkthx/pyisobmff
description = lazy loads ISO Base Media File Format data
long_description = file: README.md
long_description_content_type = text/markdown
keywords = isobmff
license =
classifiers =
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Operating System :: OS Independent
Topic :: Internet
Topic :: Internet :: WWW/HTTP
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Typing :: Typed
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11