generated from Lerking/python-module-repo-template
Basic module setup ready. /JL
This commit is contained in:
13
setup.py
Normal file
13
setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='pluginlib',
|
||||
version='0.0.1',
|
||||
description='Module for plugin architecture',
|
||||
license='MIT',
|
||||
packages=['pluginlib'],
|
||||
author='Jan Lerking',
|
||||
author_email='jlg.subscriptions@gmail.com',
|
||||
keywords=['plugin-architecture'],
|
||||
url='https://gitpot-lerking.servehttp.com/Lerking/pluginlib'
|
||||
)
|
||||
Reference in New Issue
Block a user