txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 30a0c1197594c05629d9c629620b04611f74665b
parent e7c10334f165e202b891d546620762bc0d7aa9d9
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Wed, 20 Mar 2019 11:46:59 +0100

more publish prep

Diffstat:
Asetup.cfg | 2++
Msetup.py | 2+-
Atxtv/__init__.py | 0
3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py @@ -16,7 +16,7 @@ setup( author_email='isak.e.lindhe@gmail.com', license='GPLv3+', py_modules=['txtv'], - package_dir={'':'src'}, + packages=setuptools.find_packages(), classifiers=[ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', diff --git a/txtv/__init__.py b/txtv/__init__.py