Scaruffi/setup.cfg

28 lines
637 B
INI
Raw Normal View History

2020-11-05 17:58:40 +01:00
[metadata]
name = scaruffi
version = 0.0.1
description = Get some data from scaruffi.com.
long_description = file: README.md
license = MIT
author = dece
author-email = shgck@pistache.land
home-page = https://github.com/Dece/Scaruffi
classifiers =
Environment :: Console
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
[options]
packages = scaruffi
python_requires = >= 3.7
setup_requires = setuptools >= 38.3.0
install_requires =
requests~=2.24
beautifulsoup4~=4.9
html5lib~=1.1
2020-11-05 17:58:40 +01:00
[options.entry_points]
console_scripts =
scaruffi = scaruffi.__main__:main