diff options
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..14ef91d --- /dev/null +++ b/setup.cfg @@ -0,0 +1,39 @@ +[metadata] +name = arte +home-page = https://git.neodarz.net/neodarz/scripts/arte.tv-dl.git +summary = Download videos from arte.tv +description-file = + README.md +author = NeodarZ +author-email = neodarz@neodarz.net +licence = GPL3 +classifier = + Development Status :: 5 - Production/Stable + Intended Audience :: Information Technology + License :: OSI Approved :: GNU General Public License v3 (GPLv3) + Operating System :: POSIX + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + +[files] +packages = + arte + +[extras] +devel= + fixtures + pbr + tox + bandit + +[entry_points] +console_scripts = + arte = arte.__main__:main + +[wheel] +universal = 1 |