Skip to content

Commit

Permalink
setup.py contents are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Nov 22, 2023
1 parent 882212b commit 4fd2fac
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions stun/setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from setuptools import setup

DESCRIPTION = ""

REQUIRED = []

#entry_points={"console_scripts": ["oonistun:main",]},
setup(
name="oonistun",
python_requires=">=3.6.0",
install_requires=REQUIRED,
include_package_data=True,
zip_safe=False,
)

0 comments on commit 4fd2fac

Please sign in to comment.