Skip to content

Commit 6d52245

Browse files
committed
Better packaging.
1 parent fb26eaa commit 6d52245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
with open(f"{os.path.dirname(os.path.abspath(__file__))}/README.md") as readme:
99
setuptools.setup(
1010
name="django_threaded_sync_to_async",
11-
version="1.0.0",
12-
description="FIXME", # FIXME
11+
version="1.0.1",
12+
description="Tools for replacing `sync_to_async` calls to `sync_to_async(thread_sensitive=None, executor=...)`, effectively allowing Django to make calls to database concurrently",
1313
long_description=readme.read(),
1414
long_description_content_type="text/markdown",
1515
author="Vladimir Chebotarev",
@@ -32,7 +32,7 @@
3232
"Topic :: Software Development :: Version Control :: Git",
3333
"Topic :: Text Processing :: Filters",
3434
], # FIXME
35-
keywords=["git", "gitignore"], # FIXME
35+
keywords=["django", "asyncio", "asgiref", "sync_to_async"],
3636
project_urls={
3737
"Documentation": "https://github.com/excitoon/django_threaded_sync_to_async/blob/master/README.md",
3838
"Source": "https://github.com/excitoon/django_threaded_sync_to_async",

0 commit comments

Comments
 (0)