scalpels/setup.cfg
Kun Huang fa34d04420 mv readme.md to readme.rst
Change-Id: Id48b6403fea09d01dde030aec8e25437df967fa7
2015-11-11 09:14:17 +08:00

32 lines
907 B
INI

[metadata]
name = scalpels
summary = OpenStack digging system
description-file = README.rst
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
[entry_points]
console_scripts =
sca = scalpels.cli.shell:main
sca-m = scalpels.cli.manage:main