Better error handling for missing extensions

This commit is contained in:
Oracle
2024-11-18 02:56:18 +01:00
parent b5a436be4a
commit 690c829445
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='asyncron',
version='0.1.4',
version='0.1.5',
packages=find_packages(),
#include_package_data=True, # Include static files from MANIFEST.in
install_requires=[