Skip to content

Commit 4c6069b

Browse files
authored
Update setup.py to BSD license
1 parent 0cd5f36 commit 4c6069b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
description="Python API for the Mirte Robot",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
15-
url="https://github.com/zoef-robot/zoef_python",
15+
url="https://github.com/mirte-robot/mirte-python",
1616
packages=['mirte_robot'],
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
19-
"License :: OSI Approved :: Apache Software License",
19+
"License :: OSI Approved :: BSD License",
2020
"Operating System :: OS Independent",
2121
],
2222
python_requires='>=3.6',

0 commit comments

Comments
 (0)