Skip to content

Commit 3b183e4

Browse files
committed
Switch to flit for packaging
1 parent b310d85 commit 3b183e4

File tree

4 files changed

+31
-44
lines changed

4 files changed

+31
-44
lines changed

pslab/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Pocket Science Lab by FOSSASIA."""
12
from pslab.instrument.logic_analyzer import LogicAnalyzer
23
from pslab.instrument.multimeter import Multimeter
34
from pslab.instrument.oscilloscope import Oscilloscope
@@ -15,4 +16,4 @@
1516
"ScienceLab",
1617
)
1718

18-
__version__ = "2.5.0"
19+
__version__ = "2.6.0b0"

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 = ["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"

setup.cfg

Whitespace-only changes.

setup.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy