forked from commitmas/pybluedot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
24 lines (23 loc) · 790 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
[metadata]
name = pybluedot
version = 0.0.1
summary = pybluedot is a Python library/command-line utility that allows for easy display of NASA data
description-file =
README.md
author = Commitmas 2016
author-email = [email protected]
home-page = https://github.com/commitmas/pybluedot
classifier =
Environment :: MegaAwesome
Intended Audience :: Information Technology
Intended Audience :: System Administrators
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
[entry_points]
console_scripts =
bdot = pybluedot.cli:main