Skip to content

Commit 028ae4f

Browse files
committed
Add setuptools/PyPI metadata
1 parent 27dad8a commit 028ae4f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,15 @@
5353
keywords='frc first robotics',
5454
install_requires=install_requires if not os.environ.get('ROBOTPY_NO_DEPS') else None,
5555
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+
],
5667
)

0 commit comments

Comments
 (0)