Skip to content

Commit dca7677

Browse files
Set version to 0.1.0b1
1 parent 03bbe58 commit dca7677

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,19 @@
3232
setup(
3333
name="AsyncProcessScheduler",
3434

35-
version="0.1.0",
35+
version="0.1.0b1",
3636

3737
packages=["scheduler"],
3838
python_requires='~=3.6',
3939
install_requires=["psutil"],
4040

41-
description="Library for scheduling processes using coroutines.",
41+
description="GUI-friendly library for scheduling processes using coroutines.",
4242
long_description=long_description,
4343
long_description_content_type='text/markdown',
4444

4545
url="https://github.com/CabbageDevelopment/async-process-scheduler",
46+
author="Sam McCormack",
47+
author_email="contact@cabbagedevelopment.com",
4648

4749
classifiers=[
4850
'Development Status :: 4 - Beta',
@@ -56,6 +58,6 @@
5658
'Programming Language :: Python :: 3.8',
5759
],
5860

59-
keywords="async asyncio processing multiprocessing scheduler scheduling processes",
61+
keywords="async asyncio processing multiprocessing scheduler scheduling processes coroutines gui",
6062
project_urls={"Source": "https://github.com/CabbageDevelopment/async-process-scheduler"},
6163
)

0 commit comments

Comments
 (0)