Skip to content

Commit dddef60

Browse files
rbell517Richard Bell
andauthored
chore: Update package metadata and contributing (#108)
Co-authored-by: Richard Bell <[email protected]>
1 parent d933a63 commit dddef60

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [GitHub's official documentation](https://help.github.com/articles/using-pul
1515
for more details.
1616

1717
**Important:** Commit titles and messages should adhere to the
18-
[Angular style](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits)
18+
[Conventional Commits style](https://www.conventionalcommits.org/en/v1.0.0/#summary)
1919
to ensure proper semantic versioning.
2020

2121
## Getting Started

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "2.6.0"
44
description = "NI-SystemLink Python API"
55
authors = ["National Instruments"]
66
maintainers = [
7-
"Carson Moore <carson.moore@ni.com>",
8-
"Paul Spangler <paul.spangler@ni.com>",
9-
"Cameron Waterman <cameron.waterman@ni.com>",
7+
"Richard Bell <richard.bell@emerson.com>",
8+
"Paul Spangler <paul.spangler@emerson.com>",
9+
"Cameron Waterman <cameron.waterman@emerson.com>",
1010
]
1111
keywords = ["nisystemlink", "systemlink"]
1212
license = "MIT"
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2728
"Programming Language :: Python :: Implementation :: CPython",
2829
"Topic :: Scientific/Engineering",
2930
"Topic :: System :: Hardware",

0 commit comments

Comments
 (0)