Skip to content

Commit 8386467

Browse files
setup.py contents are not needed
1 parent 7a64940 commit 8386467

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

stun/setup.py

-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +0,0 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
3-
4-
from setuptools import setup
5-
6-
DESCRIPTION = ""
7-
8-
REQUIRED = []
9-
10-
#entry_points={"console_scripts": ["oonistun:main",]},
11-
setup(
12-
name="oonistun",
13-
python_requires=">=3.6.0",
14-
install_requires=REQUIRED,
15-
include_package_data=True,
16-
zip_safe=False,
17-
)

0 commit comments

Comments
 (0)