We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bec30 commit 3293551Copy full SHA for 3293551
setup.py
@@ -1,10 +1,9 @@
1
-from setuptools import setup
2
import setuptools
3
4
with open("README.md", "r") as fh:
5
long_description = fh.read()
6
7
-setup(name='rawsocketpy',
+setuptools.setup(name='rawsocketpy',
8
version='0.1',
9
description='This library allows you to implemnet a custom layer 2 communication using raw sockets in Python',
10
long_description=long_description,
0 commit comments