Blame setup.cfg

fab352
[metadata]
fab352
name = hello
fab352
version = 0.1.0
fab352
url = https://github.com/packit-service/hello
fab352
description = Nice and a polite tool
fab352
long_description = file: README.md
fab352
long_description_content_type = text/markdown
fab352
author = Red Hat
fab352
author_email = user-cont-team@redhat.com
fab352
license = MIT
fab352
license_file = LICENSE
fab352
classifiers =
fab352
    Environment :: Console
fab352
    Intended Audience :: Developers
fab352
    License :: OSI Approved :: MIT License
fab352
    Operating System :: POSIX :: Linux
fab352
    Programming Language :: Python
fab352
    Programming Language :: Python :: 3.6
fab352
    Programming Language :: Python :: 3.7
fab352
keywords =
fab352
    hello
fab352
fab352
fab352
[options]
fab352
packages = find:
fab352
python_requires = >=3.6
fab352
include_package_data = True
fab352
fab352
[options.entry_points]
fab352
console_scripts =
fab352
    hello=hello_world:main