We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba31667 commit 68ec326Copy full SHA for 68ec326
dynalite/__init__.py
@@ -1,2 +1,2 @@
1
-from Dynalite import Dynalite
+from dynalite import dynalite
2
name = "Unofficial Dynalite DyNET Interface"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="dynalite",
8
- version="0.0.2",
+ version="0.0.3",
9
author="Troy Kelly",
10
author_email="[email protected]",
11
description="An unofficial Dynalite DyNET interface",
test.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import time
3
# Import classes
4
HOST = '10.7.3.212' # Standard loopback interface address (localhost)
PORT = 12345 # Port to listen on (non-privileged ports are > 1023)
0 commit comments