File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,31 +4,30 @@ version = attr:tzdata.__version__
44description = Provider of IANA time zone data
55long_description = file: README.md
66long_description_content_type = text/markdown
7+ url = https://github.com/python/tzdata
8+ author = Python Software Foundation
9+ author_email = paul@ganssle.io
710license = Apache-2.0
11+ license_file = LICENSE
812license_files =
913 LICENSE
1014 licenses/LICENSE_APACHE
11- url = https://github.com/python/tzdata
12- author = Python Software Foundation
13- author_email = paul@ganssle.io
1415classifiers =
1516 Development Status :: 4 - Beta
1617 Intended Audience :: Developers
1718 License :: OSI Approved :: Apache Software License
1819 Programming Language :: Python :: 2
1920 Programming Language :: Python :: 3
20-
21- python_requires = *.* # This is a data-only package
22-
2321project_urls =
2422 Bug Reports = https://github.com/python/tzdata/issues
2523 Source = https://github.com/python/tzdata
24+ python_requires = *.* # This is a data-only package
2625
2726[options]
2827packages = tzdata
29- include_package_data = True
30- package_dir =
28+ include_package_data = True
29+ package_dir =
3130 =src
3231
3332[bdist_wheel]
34- universal = 1
33+ universal = 1
You can’t perform that action at this time.
0 commit comments