File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: false
3
3
env :
4
4
- RUNCOVERAGE=1 ROBOTPY_NO_DEPS=1
5
5
python :
6
- - " 3.4"
7
6
- " 3.5"
8
7
- " 3.6"
9
8
# command to install dependencies
@@ -27,4 +26,4 @@ notifications:
27
26
- https://webhooks.gitter.im/e/2fb1c026e64fdd70d27b
28
27
on_success : change
29
28
on_failure : always
30
- on_start : never
29
+ on_start : never
Original file line number Diff line number Diff line change 53
53
keywords = 'frc first robotics' ,
54
54
install_requires = install_requires if not os .environ .get ('ROBOTPY_NO_DEPS' ) else None ,
55
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
+ ],
56
67
)
You can’t perform that action at this time.
0 commit comments