Skip to content

Commit 3293551

Browse files
committed
Update setuptools
1 parent 51bec30 commit 3293551

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
from setuptools import setup
21
import setuptools
32

43
with open("README.md", "r") as fh:
54
long_description = fh.read()
65

7-
setup(name='rawsocketpy',
6+
setuptools.setup(name='rawsocketpy',
87
version='0.1',
98
description='This library allows you to implemnet a custom layer 2 communication using raw sockets in Python',
109
long_description=long_description,

0 commit comments

Comments
 (0)