Skip to content

Commit cca97f0

Browse files
committed
Try to fix packaging.
1 parent 56a3063 commit cca97f0

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.egg-info
44
build/
55
pkg/
6+
dist/

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
setup(
88
name = 'supervisor-stdout',
9-
version = '0.1',
10-
py_modules = ['supervisor-stdout'],
9+
version = '0.1.1',
10+
packages = ['supervisor-stdout'],
1111

1212
author = 'Noah Kantrowitz',
1313
author_email = 'noah@coderanger.net',

supervisor_stdout.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

supervisor_stdout/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)