merge microdot-asyncio package with microdot

This commit is contained in:
Miguel Grinberg
2021-06-06 11:15:32 +01:00
parent 9955ac99a6
commit b7b881e3c7
11 changed files with 11 additions and 5 deletions

5
legacy/README.md Normal file
View File

@@ -0,0 +1,5 @@
microdot-asyncio
================
This package has been merged with the ``microdot`` package. It currently
installs as an empty package that depends on it.

View File

@@ -16,10 +16,9 @@ classifiers =
Programming Language :: Python :: Implementation :: MicroPython
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
py_modules = microdot_asyncio
py_modules =
install_requires =
microdot

0
microdot-asyncio/setup.py → legacy/setup.py Executable file → Normal file
View File

View File

@@ -1 +0,0 @@
../README.md

View File

@@ -1 +0,0 @@
../README.md

View File

@@ -20,4 +20,8 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
py_modules = microdot
package_dir =
= src
py_modules =
microdot
microdot_asyncio