Skip to content

Commit b35527c

Browse files
committed
Update .gitignore to include .DS_Store and uv.lock, and update CHANGES.txt to reflect license change in pyproject.toml and URL update in README.
1 parent f4654f7 commit b35527c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,7 @@ ENV/
9393

9494
#IDE
9595
.idea
96-
.DS_Store
96+
.DS_Store
97+
98+
#uv.lock
99+
uv.lock

CHANGES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ This file tracks the version history and changes made to the Split/Harness FME P
77
-------------------------
88
Bug Fixes:
99
- Fixed ChangeRequestMicroClient to keep it from mutating the _endpoint
10-
- This will make it so repeated api calls don't make the URL too long for HTTP requests
11-
10+
- This will make it so repeated api calls don't make the URL too long for HTTP requests
11+
- updated license in pyproject.toml
12+
- updated url to harness from split in readme
1213

1314
3.5.6 (October 31, 2025)
1415
-------------------------

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "splitapiclient"
77
version = "3.5.7"
8+
license = "Apache-2.0"
89
description = "This Python Library provides full support for Split REST Admin API, allow creating, deleting and editing Environments, Splits, Split Definitions, Segments, Segment Keys, Users, Groups, API Keys, Change Requests, Attributes and Identities"
910
classifiers = [
1011
"Programming Language :: Python :: 3",
@@ -44,8 +45,6 @@ dev = [
4445
"twine >= 3.4.0",
4546
]
4647

47-
[project.license]
48-
text = "Apache License 2.0"
4948

5049
[project.readme]
5150
file = "README.md"

0 commit comments

Comments
 (0)