Skip to content

Commit 2b3993b

Browse files
Push to raltron package mangement.
1 parent 75a0a0b commit 2b3993b

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

pyproject.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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'

0 commit comments

Comments
 (0)