-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (25 loc) · 852 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
# version is one sourced from __init__
[metadata]
name = robo-utils
version = attr: roboutils.__version__
author = Mike Knerr
#author_email = [email protected]
description = Useful functions 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-utils
readme = README.md
keywords = robotics, mobile robotics, utilities, numeric bounding, sensor ranging, trigonmetric conversion, toolkit
#keywords = python, packages
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 = roboutils*