Skip to content

Commit 40b4400

Browse files
author
sergei
committed
+ setup.py
1 parent 1ed5049 commit 40b4400

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='rtsp-proxy-python',
5+
version='1.0.0',
6+
packages=[''],
7+
url='https://github.com/wapxmas/rtsp-proxy-python',
8+
license='MIT',
9+
author='Sergei Iashin',
10+
author_email='yashin.sergey@gmail.com',
11+
description='RTSP Proxy'
12+
)

0 commit comments

Comments
 (0)