Skip to content

Commit fba239c

Browse files
committed
- Updated requirements.
- Added keywords to setup.py. Signed-off-by: schlopp96 <[email protected]>
1 parent 142ee8e commit fba239c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

PyLoadBar/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def load(self,
5353
:type label: str, optional
5454
:param enable_display: toggle display of progress bar during loading process, defaults to `True`.
5555
:type enable_display: bool, optional
56-
:return: loading sequence with optional visualization using progress meter.
56+
:return: loading sequence.
5757
:rtype: None
5858
"""
5959

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
setuptools>=58.1.0
2-
tqdm>=4.62.3
1+
setuptools==62.1.0
2+
tqdm==4.64.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires=[reqs],
2121
extras_require={"dev": ["pytest>=6.2.5"]},
2222
classifiers=[
23-
"Development Status :: 3 - Pre-Alpha",
23+
"Development Status :: 3 - Alpha",
2424
"Intended Audience :: Developers",
2525
"Intended Audience :: End Users/Desktop",
2626
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
@@ -32,5 +32,5 @@
3232
"Topic :: Utilities"
3333
],
3434
keywords=[
35-
'python, load, bar, loading, progress, simple, easy, utilities, useful, package, module, tqdm, pytest, pyloadbar, developer, tool'
35+
'python, load, bar, loading, sequence, progress, simple, easy, utilities, package, module, tqdm, pytest, pyloadbar, developer, tool, tqdm'
3636
])

0 commit comments

Comments
 (0)