Skip to content

Commit c253d11

Browse files
committed
fix setup
1 parent 3059b6f commit c253d11

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
with open(path.join(here, 'RELEASE'), encoding='utf-8') as f:
4444
release = f.read()
4545

46+
4647
def package_files(directory):
4748
paths = []
4849
for (pathhere, _, filenames) in os.walk(directory):
@@ -94,24 +95,22 @@ def package_files(directory):
9495
'Programming Language :: Python :: 3.7',
9596
'Programming Language :: Python :: 3.8',
9697
'Programming Language :: Python :: 3.9',
97-
],
98+
],
9899

99100
python_requires='>=3.6',
100-
101+
101102
project_urls={
102103
'Documentation': 'https://petercorke.github.io/roboticstoolbox-python',
103104
'Source': 'https://github.com/petercorke/roboticstoolbox-python',
104105
'Tracker': 'https://github.com/petercorke/roboticstoolbox-python/issues',
105106
'Coverage': 'https://codecov.io/gh/petercorke/roboticstoolbox-python'
106107
},
107108

108-
url='https://github.com/petercorke/roboticstoolbox-python',
109-
110109
ext_modules=[frne],
111110

112111
keywords='python robotics robotics-toolbox kinematics dynamics' \
113-
' motion-planning trajectory-generation jacobian hessian control' \
114-
' simulation robot-manipulator mobile-robot'
112+
' motion-planning trajectory-generation jacobian hessian' \
113+
' control simulation robot-manipulator mobile-robot',
115114

116115
packages=find_packages(exclude=["tests", "examples", "notebooks"]),
117116

0 commit comments

Comments
 (0)