Skip to content

Commit 425d7f3

Browse files
committed
Add twisted dependency, declare packages of project
1 parent 2a5d7e6 commit 425d7f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
setup(
44
name='python-obelisk',
5-
version="0.1.2",
6-
install_requires=['ecdsa', 'pyzmq'],
5+
version="0.1.3",
6+
install_requires=['twisted', 'ecdsa', 'pyzmq'],
7+
packages=['obelisk'],
78
maintainer='Dionysis Zindros',
89
maintainer_email='[email protected]',
910
zip_safe=False,

0 commit comments

Comments
 (0)