@@ -3,50 +3,52 @@ name = humanize
33description = Python humanize utilities
44long_description = file: README.md
55long_description_content_type = text/markdown
6+ url = https://github.com/jmoiron/humanize
67author = Jason Moiron
78author_email = jmoiron@jmoiron.net
89maintainer = Hugo van Kemenade
9- url = https://github.com/jmoiron/humanize
10- project_urls =
11- Source =https://github.com/jmoiron/humanize
12- Issue tracker =https://github.com/jmoiron/humanize/issues
13- Funding =https://tidelift.com/subscription/pkg/pypi-humanize?utm_source =pypi-humanize&utm_medium =pypi
1410license = MIT
15- keywords = humanize time size
11+ license_file = LICENCE
1612classifiers =
1713 Development Status :: 5 - Production/Stable
1814 Intended Audience :: Developers
1915 License :: OSI Approved :: MIT License
2016 Operating System :: OS Independent
2117 Programming Language :: Python
2218 Programming Language :: Python :: 3
19+ Programming Language :: Python :: 3 :: Only
2320 Programming Language :: Python :: 3.6
2421 Programming Language :: Python :: 3.7
2522 Programming Language :: Python :: 3.8
2623 Programming Language :: Python :: 3.9
27- Programming Language :: Python :: 3 :: Only
2824 Programming Language :: Python :: Implementation :: CPython
2925 Programming Language :: Python :: Implementation :: PyPy
3026 Topic :: Text Processing
3127 Topic :: Text Processing :: General
28+ keywords = humanize time size
29+ project_urls =
30+ Source =https://github.com/jmoiron/humanize
31+ Issue tracker =https://github.com/jmoiron/humanize/issues
32+ Funding =https://tidelift.com/subscription/pkg/pypi-humanize?utm_source =pypi-humanize&utm_medium =pypi
3233
3334[options]
3435packages = find:
35- package_dir = =src
36+ install_requires =
37+ setuptools
38+ python_requires = >=3.6
3639include_package_data = True
40+ package_dir = =src
3741zip_safe = False
38- install_requires = setuptools
39- python_requires = >=3.6
40-
41- [options.packages.find]
42- where = src
4342
4443[options.extras_require]
4544tests =
4645 freezegun
4746 pytest
4847 pytest-cov
4948
49+ [options.packages.find]
50+ where = src
51+
5052[flake8]
5153max_line_length = 88
5254
0 commit comments