-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (26 loc) · 896 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
# version is one sourced from __init__
[metadata]
name = robo-time
version = attr: robotime.__version__
author = Mike Knerr
#author_email = name@domain.com
description = Clocks, timing, timestamps for mobile robotics
long_description = file: README.md
#long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
# pypi index project page needs this vers of homepage
home_page = https://github.com/mkner/robo-time
readme = README.md
keywords = mobile robotics, time, timing, time sync, timestamps,
clocks, system clock, uptime clock, sync clock,
RFC-3339, ISO-8601, UTC time, NTP time
license = BSD
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
packages = find:
install_requires =
robo-base >= 0.1.4
[options.packages.find]
include = robotime*