token-cut-cli 0.1.2__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: token-cut-cli
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Verify Token-Cut API integration from the terminal (no repo clone required)
5
5
  Project-URL: Homepage, https://www.token-cut.com
6
6
  Project-URL: Documentation, https://www.token-cut.com
7
- Author: Token-Cut
8
- License: MIT
7
+ Author-email: Token-Cut <support@token-cut.com>
8
+ License: Proprietary
9
9
  Keywords: claude,copilot,cursor,llm,optimization,token-cut
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Environment :: Console
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "token-cut-cli"
7
- version = "0.1.2"
7
+ version = "0.1.4"
8
8
  description = "Verify Token-Cut API integration from the terminal (no repo clone required)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
- license = { text = "MIT" }
12
- authors = [{ name = "Token-Cut" }]
11
+ license = { text = "Proprietary" }
12
+ authors = [{ name = "Token-Cut", email = "support@token-cut.com" }]
13
13
  keywords = ["token-cut", "cursor", "copilot", "claude", "llm", "optimization"]
14
14
  classifiers = [
15
15
  "Development Status :: 4 - Beta",
@@ -0,0 +1 @@
1
+ __version__ = "0.1.4"
@@ -1 +0,0 @@
1
- __version__ = "0.1.2"
File without changes
File without changes