From 9a7e79c2ae7906030e31ceca480c97ccbf47b77c Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Mon, 19 Oct 2020 20:15:08 +0200 Subject: [PATCH] Added metadata to setup.cfg for Debian package --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f92a277..235d9d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,8 @@ name = torchsub version = 0.0.1 author = Benjamin Dweck author_email = bjdweck@gmail.com -url = http://git.rudefox.io/bj/torch-subscriber-simple +description = TORch Simple Subscriber +url = https://git.rudefox.io/bj/torch-subscriber-simple classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License @@ -25,4 +26,4 @@ install_requires = console_scripts = torch-sub=torchsub.torch_sub:main [options.packages.find] -exclude=test \ No newline at end of file +exclude=test