Skip to content

Commit

Permalink
Merge pull request #164 from atlanticwave-sdx/use-flit
Browse files Browse the repository at this point in the history
Housekeeping updates
  • Loading branch information
sajith authored Aug 22, 2024
2 parents f204494 + dc18d75 commit 6984650
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- name: Check out code
Expand Down
5 changes: 5 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Cong Wang <[email protected]> <[email protected]>
Cong Wang <[email protected]> <[email protected]>
Cong Wang <[email protected]> <[email protected]>
Italo Valcy <[email protected]> <[email protected]>
Sajith Sasidharan <[email protected]> <[email protected]>
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
[build-system]
requires = [
"setuptools >= 61.0",
]
build-backend = "setuptools.build_meta"
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "sdx-lc"
version = "3.0.0.dev0"
description = "AtlanticWave-SDX project's local controller"
version = "2.0.0"
authors = [
{ name = "Yufeng Xin", email = "[email protected]" },
{ name = "Cong Wang", email = "[email protected]" },
{ name = "Sajith Sasidharan", email = "[email protected]" },
{ name = "Italo Valcy", email = "[email protected]" },
]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6984650

Please sign in to comment.