summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 15:13:44 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 15:13:44 +0300
commit8014d5eb15da6326522e4a24f3d1b2bc31e3e509 (patch)
treeffc19234debcc234e70e090efb4e8f35a0394405 /setup.py
parentc13b93f084bc246a3a4fd7ddf5c9c3332b6814b0 (diff)
downloadpython-tracing-8014d5eb15da6326522e4a24f3d1b2bc31e3e509.tar.gz
Set up version.py so bumper can be used
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'],
)