Skip to content
Snippets Groups Projects
Commit 03902b68 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

make package

parent 6feabde6
No related branches found
No related tags found
No related merge requests found
pyncclient
humanize
./
\ No newline at end of file
from setuptools import setup, find_packages
setup(name='nctool', version='1.0', packages=find_packages(), entry_points={
"console_scripts": [
"nctool = main:main"
]
})
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment