File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232setup (
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' ,
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)
You can’t perform that action at this time.
0 commit comments