Skip to content

Commit 9270bb5

Browse files
committed
Fix setup.cfg formatting
1 parent 57e6521 commit 9270bb5

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

setup.cfg

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,30 @@ version = attr:tzdata.__version__
44
description = Provider of IANA time zone data
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7+
url = https://github.com/python/tzdata
8+
author = Python Software Foundation
9+
author_email = paul@ganssle.io
710
license = Apache-2.0
11+
license_file = LICENSE
812
license_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
1415
classifiers =
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-
2321
project_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]
2827
packages = 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

0 commit comments

Comments
 (0)