feedwarrior

Slim, portable tooling for creating and distributing decentralized append logs
git clone git://git.defalsify.org/logwarrior.git
Log | Files | Refs | README | LICENSE

commit 303a9736cfa8958e69f3c0231ded02b2ebb90805
parent 1636ab1364484bce38096acc9f2b75aeb4cbf307
Author: nolash <dev@holbrook.no>
Date:   Sun, 28 Jun 2020 22:57:03 +0200

Update setup.py with new package path

Diffstat:
Msetup.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py @@ -2,11 +2,11 @@ from setuptools import setup setup( name='feedwarrior', - version='0.1.0', + version='0.1.2', description='feeds, warrior style', author='Louis Holbrook', author_email='dev@holbrook.no', - packages=['src/feedwarrior', 'src/feedwarrior.cmd'], + packages=['feedwarrior', 'feedwarrior.cmd'], install_requires=['xdg'], scripts = [ 'scripts/feedwarrior',