File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Build
2+
3+ on : [push]
4+
5+ jobs :
6+ push-to-devops :
7+ uses : Raltron/github_workflows/.github/workflows/push-to-devops.yml@main
8+ secrets : inherit
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
4+ [project ]
5+ requires-python = " >= 3.8"
6+ name = " picosdk"
7+ version = " 0.1.0"
8+ description =" PicoSDK Python wrapper"
9+ authors = [
10+ {
name =
" Pico Technology Ltd" ,
email =
" [email protected] " },
11+ ]
12+ dependencies = [
13+ " numpy>=1.12.1"
14+ ]
15+ classifiers =[
16+ " Development Status :: 5 - Production/Stable" ,
17+ " Intended Audience :: Science/Research" ,
18+ " License :: OSI Approved :: ISC License (ISCL)" ,
19+ " Natural Language :: English" ,
20+ " Programming Language :: Python :: 2.7" ,
21+ " Programming Language :: Python :: 3" ,
22+ " Programming Language :: Python :: 3.6" ,
23+ " Programming Language :: Python :: 3.7" ,
24+ " Programming Language :: Python :: 3.8" ,
25+ " Programming Language :: Python :: 3.9" ,
26+ " Topic :: Scientific/Engineering" ,
27+ ]
28+ [project .urls ]
29+ Homepage = ' https://www.picotech.com'
You can’t perform that action at this time.
0 commit comments