merge microdot-asyncio package with microdot
This commit is contained in:
5
legacy/README.md
Normal file
5
legacy/README.md
Normal 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.
|
||||
@@ -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
0
microdot-asyncio/setup.py → legacy/setup.py
Executable file → Normal file
@@ -1 +0,0 @@
|
||||
../README.md
|
||||
@@ -1 +0,0 @@
|
||||
../README.md
|
||||
@@ -20,4 +20,8 @@ classifiers =
|
||||
[options]
|
||||
zip_safe = False
|
||||
include_package_data = True
|
||||
py_modules = microdot
|
||||
package_dir =
|
||||
= src
|
||||
py_modules =
|
||||
microdot
|
||||
microdot_asyncio
|
||||
Reference in New Issue
Block a user