Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit af8c483

Browse files
committed
split threadly module into a package
1 parent bb20b5b commit af8c483

File tree

9 files changed

+633
-602
lines changed

9 files changed

+633
-602
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
VERSION = "0.4.0"
4+
VERSION = "0.5.0"
55

66
setup (
77
name = "threadly",
@@ -27,6 +27,6 @@
2727
'Topic :: Software Development :: Libraries',
2828
'Topic :: Utilities'
2929
],
30-
py_modules = ['threadly'],
30+
packages = ['threadly'],
3131
test_suite = 'tests',
3232
)

0 commit comments

Comments
 (0)