Added setup.py
This commit is contained in:
parent
53a0b3cbb6
commit
29d81860ee
|
@ -1 +1,2 @@
|
|||
paho-mqtt~=1.5.1
|
||||
setuptools~=50.3.1
|
16
setup.py
Normal file
16
setup.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='torch-subscriber-simple',
|
||||
version='0.0.1',
|
||||
packages=['torch_sub', 'torch_sub.test'],
|
||||
url='http://git.rudefox.io/bj/torch-subscriber-simple',
|
||||
license='MIT',
|
||||
author='Benjamin Dweck',
|
||||
author_email='bjdweck@gmail.com',
|
||||
description='',
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
],
|
||||
)
|
Loading…
Reference in New Issue
Block a user