We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed5049 commit 40b4400Copy full SHA for 40b4400
setup.py
@@ -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