We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a64940 commit 8386467Copy full SHA for 8386467
stun/setup.py
@@ -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