-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (31 loc) · 869 Bytes
/
setup.cfg
File metadata and controls
31 lines (31 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = samtest
author = asfdsx
author-email = asdfsx@gmail.com
summary = python project skeleton
description-file = README.md
home-page = https://github.com/asdfsx/python_skeleton
license = Apache-2
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
keywords =
setup
distutils
[files]
packages =
samtest
data_files =
etc/ = etc/*
[entry_points]
console_scripts =
samtest = samtest.cmd:main
samtest.stevedore_test.formatter =
simple = samtest.stevedore_test.simple:Simple
field = samtest.stevedore_test.fields:FieldsList
plain = samtest.stevedore_test.simple:Simple