-
Notifications
You must be signed in to change notification settings - Fork 15
/
setup.cfg
43 lines (31 loc) · 965 Bytes
/
setup.cfg
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
32
33
34
35
36
37
38
39
40
41
42
43
[bdist_wheel]
universal=0
[metadata]
name = Publishing to PyPI with PBR and Travis
author = Maël Pedretti
author_email = [email protected]
summary = Publishing to Pypi with PBR and Travis.
license = MIT
description-file =
README.rst
home-page = https://github.com/73VW/Publishing-to-PyPI-with-pbr-and-Travis
python_requires = >=3.6
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Education
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Topic :: Home Automation
[options]
packages = find:
[files]
data_files =
some/example = some/example/*
[entry_points]
console_scripts =
automabot = your_package.__main__:main