We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dad8a commit 028ae4fCopy full SHA for 028ae4f
setup.py
@@ -53,4 +53,15 @@
53
keywords='frc first robotics',
54
install_requires=install_requires if not os.environ.get('ROBOTPY_NO_DEPS') else None,
55
packages=find_packages(),
56
+ license='BSD',
57
+ classifiers=[
58
+ "Development Status :: 5 - Production/Stable",
59
+ "Intended Audience :: Developers",
60
+ "Intended Audience :: Education",
61
+ "License :: OSI Approved :: BSD License",
62
+ "Operating System :: OS Independent",
63
+ "Programming Language :: Python :: 3.5",
64
+ "Programming Language :: Python :: 3.6",
65
+ "Topic :: Scientific/Engineering",
66
+ ],
67
)
0 commit comments