24 lines
563 B
INI
24 lines
563 B
INI
|
[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
|
||
|
|
||
|
[options.entry_points]
|
||
|
console_scripts =
|
||
|
scaruffi = scaruffi.__main__:main
|