We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad7282 commit 1c34609Copy full SHA for 1c34609
pyproject.toml
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ScrollableContainers"
7
-version = "1.0b1"
+version = "1.0.0"
8
authors = [
9
{ name="Vishal Pankaj Chandratreya" },
10
]
11
-description = "Scrollable containers for some GUI toolkits"
+description = "Scrollable containers for Tkinter, wxPython, PyQt5 and PyQt6"
12
readme = "README.md"
13
requires-python = ">=3.8"
14
classifiers = [
0 commit comments