File tree Expand file tree Collapse file tree 4 files changed +31
-44
lines changed Expand file tree Collapse file tree 4 files changed +31
-44
lines changed Original file line number Diff line number Diff line change
1
+ """Pocket Science Lab by FOSSASIA."""
1
2
from pslab .instrument .logic_analyzer import LogicAnalyzer
2
3
from pslab .instrument .multimeter import Multimeter
3
4
from pslab .instrument .oscilloscope import Oscilloscope
15
16
"ScienceLab" ,
16
17
)
17
18
18
- __version__ = "2.5.0 "
19
+ __version__ = "2.6.0b0 "
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" flit_core >=3.4,<4" ]
3
+ build-backend = " flit_core.buildapi"
4
+
5
+ [project ]
6
+ name = " pslab"
7
+ authors = [{name = " FOSSASIA PSLab Developers" , email = " pslab-fossasia@googlegroups.com" }]
8
+ dynamic = [" version" , " description" ]
9
+ readme = " README.md"
10
+ requires-python = " >=3.8"
11
+ license = {file = " LICENSE" }
12
+ dependencies = [
13
+ " pyserial" ,
14
+ " numpy" ,
15
+ " scipy" ,
16
+ " mcbootflash" ,
17
+ ]
18
+ classifiers = [
19
+ " Programming Language :: Python :: 3" ,
20
+ " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
21
+ " Operating System :: OS Independent" ,
22
+ " Development Status :: 5 - Production/Stable" ,
23
+ ]
24
+
25
+ [project .urls ]
26
+ Home = " https://pslab.io/"
27
+
28
+ [project .scripts ]
29
+ pslab = " pslab.cli:cmdline"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments