Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit e889558

Browse files
committed
add py_modules to setup.py
1 parent d4f6726 commit e889558

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
setup(
66
name='ringbuffer',
7-
version='0.1',
7+
version='0.2',
88
description='Ring buffer that allows for high-throughput data transfer'
99
'between multiproccessing Python processes.',
10-
url='https://github.com/bslatkin/ringbuffer')
10+
url='https://github.com/ctrl-labs/cringbuffer',
11+
py_modules=['ringbuffer'])

0 commit comments

Comments
 (0)