We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6141ac0 commit 8901a90Copy full SHA for 8901a90
README.md
@@ -0,0 +1,3 @@
1
+# PyColorIT
2
+
3
+Utilities for working with colors in Python.
pyproject.toml
@@ -15,11 +15,11 @@ namespaces = true
15
16
# ----------------------------------------- Project Metadata -------------------------------------
17
[project]
18
-version = "0.0.0.dev5"
+version = "0.0.0.dev6"
19
name = "PyColorIT"
20
requires-python = ">=3.10"
21
dependencies = [
22
"numpy",
23
- "PkgData == 0.0.0.dev3",
+ "PkgData == 0.0.0.dev4",
24
"ipython",
25
]
0 commit comments