Skip to content
Snippets Groups Projects
Commit 1118f0d3 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

last touches before release

parent 1d711aec
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -19,7 +19,7 @@ async def main():
for i in range(100):
await sleep(0.1)
print(c.count)
print("packets arrived so far:", c.count)
if __name__ == "__main__":
......
......@@ -4,3 +4,6 @@ version = 0.1.0
author = Martin Teichmann
author_email = martin.teichmann@gmail.com
description = An EtherCAT master written in Python using EBPF and XDP
[options]
packages = ebpfcat
import setuptools
setuptools.setup(
packages=setuptools.find_packages()
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment