8000 minor formatting, bump release to 0.8 · krenshaw2018/spatialmath-python@1068d97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1068d97

Browse files
committed
minor formatting, bump release to 0.8
1 parent a2a40cb commit 1068d97

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

setup.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@
1313

1414

1515
setup(
16-
name='spatialmath-python',
16+
name='spatialmath-python',
1717

1818
version=release,
1919

2020
# This is a one-line description or tagline of what your project does. This
2121
# corresponds to the "Summary" metadata field:
22-
description='Provides spatial maths capability for Python.', #TODO
23-
22+
description='Provides spatial maths capability for Python.', # TODO
23+
2424
long_description=long_description,
2525
long_description_content_type='text/markdown',
2626

2727
classifiers=[
28-
# 3 - Alpha
29-
# 4 - Beta
30-
# 5 - Production/Stable
31-
'Development Status :: 4 - Beta',
28+
# 3 - Alpha
29+
# 4 - Beta
30+
# 5 - Production/Stable
31+
'Development Status :: 4 - Beta',
3232

33-
# Indicate who your project is intended for
34-
'Intended Audience :: Developers',
35-
# Pick your license as you wish (should match "license" above)
36-
'License :: OSI Approved :: MIT License',
33+
# Indicate who your project is intended for
34+
'Intended Audience :: Developers',
35+
# Pick your license as you wish (should match "license" above)
36+
'License :: OSI Approved :: MIT License',
3737

38-
# Specify the Python versions you support here. In particular, ensure
39-
# that you indicate whether you support Python 2, Python 3 or both.
40-
'Programming Language :: Python :: 3 :: Only'],
38+
# Specify the Python versions you support here. In particular, ensure
39+
# that you indicate whether you support Python 2, Python 3 or both.
40+
'Programming Language :: Python :: 3 :: Only'],
4141

4242
project_urls={
4343
'Documentation': 'https://petercorke.github.io/spatialmath-python',
@@ -50,16 +50,16 @@
5050

5151
author='Peter Corke',
5252

53-
author_email='rvc@petercorke.com', #TODO
53+
author_email='rvc@petercorke.com', # TODO
5454

5555
keywords='python SO2 SE2 SO3 SE3 rotation euler roll-pitch-yaw quaternion transforms robotics vision pose',
5656

57-
license='MIT', #TODO
57+
license='MIT', # TODO
5858

5959
python_requires='>=3.5',
6060

6161
packages=find_packages(exclude=["test_*", "TODO*"]),
6262

6363
install_requires=['numpy', 'scipy', 'matplotlib']
64-
64+
6565
)

0 commit comments

Comments
 (0)
0