codehs-utils 1.0.0__tar.gz → 1.0.1__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,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Your Name
3
+ Copyright (c) 2026 Kundaliel
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: codehs-utils
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A small terminal toolkit: colors, gradients, banners, keyboard/mouse input, and drawing for CodeHS-style Python environments.
5
- Project-URL: Homepage, https://github.com/yourusername/codehs-utils
6
- Project-URL: Issues, https://github.com/yourusername/codehs-utils/issues
7
- Author-email: Your Name <you@example.com>
5
+ Project-URL: Homepage, https://github.com/Kundaliel/codehs-utils
6
+ Project-URL: Issues, https://github.com/Kundaliel/codehs-utils
7
+ Author-email: Kundaliel <kundaliel.official@gmail.com>
8
8
  License: MIT
9
9
  License-File: LICENSE
10
10
  Keywords: ansi,codehs,colors,console,terminal,tui
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "codehs-utils"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "A small terminal toolkit: colors, gradients, banners, keyboard/mouse input, and drawing for CodeHS-style Python environments."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
11
11
  license = { text = "MIT" }
12
12
  authors = [
13
- { name = "Your Name", email = "you@example.com" },
13
+ { name = "Kundaliel", email = "kundaliel.official@gmail.com" },
14
14
  ]
15
15
  keywords = ["terminal", "ansi", "colors", "codehs", "console", "tui"]
16
16
  classifiers = [
@@ -25,8 +25,8 @@ classifiers = [
25
25
  dependencies = []
26
26
 
27
27
  [project.urls]
28
- Homepage = "https://github.com/yourusername/codehs-utils"
29
- Issues = "https://github.com/yourusername/codehs-utils/issues"
28
+ Homepage = "https://github.com/Kundaliel/codehs-utils"
29
+ Issues = "https://github.com/Kundaliel/codehs-utils"
30
30
 
31
31
  [tool.hatch.build.targets.wheel]
32
32
  packages = ["src/codehs_utils"]
@@ -75,4 +75,4 @@ __all__ = [
75
75
  "Button",
76
76
  ]
77
77
 
78
- __version__ = "1.0.0"
78
+ __version__ = "1.0.1"
File without changes
File without changes