add simple python framework
This commit is contained in:
parent
fdaa73b8f6
commit
e59243e153
0
scalpels/__init__.py
Normal file
0
scalpels/__init__.py
Normal file
26
setup.cfg
Normal file
26
setup.cfg
Normal file
@ -0,0 +1,26 @@
|
||||
[metadata]
|
||||
name = scalpels
|
||||
summary = OpenStack digging system
|
||||
description-file = README.md
|
||||
author = Kun Huang
|
||||
author-email = academicgareth@gmail.com
|
||||
maintainer = Kun Huang
|
||||
maintainer-email = academicgareth@gmail.com
|
||||
home-page = https://github.com/pyKun/scalpels
|
||||
license = apache v2.0
|
||||
classifier =
|
||||
Topic :: Utilities
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
Environment :: Console
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.4
|
||||
|
||||
[files]
|
||||
packages = scalpels
|
Loading…
Reference in New Issue
Block a user