-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
setup.cfg
34 lines (32 loc) · 908 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
27
28
29
30
31
32
33
34
[metadata]
name = tzdata
version = file: VERSION
description = Provider of IANA time zone data
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/python/tzdata
author = Python Software Foundation
author_email = datetime-sig@python.org
license = Apache-2.0
license_file = LICENSE
license_files =
LICENSE
licenses/LICENSE_APACHE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2
Programming Language :: Python :: 3
project_urls =
Bug Reports = https://github.com/python/tzdata/issues
Source = https://github.com/python/tzdata
Documentation = https://tzdata.readthedocs.io
[options]
packages = tzdata
python_requires = >=2
include_package_data = True
package_dir =
=src
[bdist_wheel]
universal = 1