added setup.py file
This commit is contained in:
parent
743b516c6d
commit
78aec7fba4
13
setup.py
Normal file
13
setup.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name= 'smbsurf',
|
||||||
|
description='',
|
||||||
|
version='0.0',
|
||||||
|
packages=find_packages(),
|
||||||
|
install_requires=[],
|
||||||
|
author="Stephen M. McQuay",
|
||||||
|
author_email="stephen@mcquay.me",
|
||||||
|
url="https://mcquay.me/hg/research",
|
||||||
|
license="WTFPL",
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user