From 8014d5eb15da6326522e4a24f3d1b2bc31e3e509 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 15:13:44 +0300 Subject: Set up version.py so bumper can be used --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d943941..6da7b88 100644 --- a/setup.py +++ b/setup.py @@ -48,5 +48,5 @@ using the `logging` library. 'Topic :: Software Development', 'Topic :: System :: Logging', ], - py_modules=['tracing'], + packages=['tracing'], ) -- cgit v1.2.1