Skip to content

Commit b7b881e

Browse files
merge microdot-asyncio package with microdot
1 parent 9955ac9 commit b7b881e

File tree

11 files changed

+11
-5
lines changed

11 files changed

+11
-5
lines changed

legacy/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
microdot-asyncio
2+
================
3+
4+
This package has been merged with the ``microdot`` package. It currently
5+
installs as an empty package that depends on it.
File renamed without changes.

microdot-asyncio/setup.cfg renamed to legacy/setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ classifiers =
1616
Programming Language :: Python :: Implementation :: MicroPython
1717
License :: OSI Approved :: MIT License
1818
Operating System :: OS Independent
19-
2019
[options]
2120
zip_safe = False
2221
include_package_data = True
23-
py_modules = microdot_asyncio
22+
py_modules =
2423
install_requires =
2524
microdot
File renamed without changes.

microdot-asyncio/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

microdot/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

microdot/setup.cfg renamed to setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ classifiers =
2020
[options]
2121
zip_safe = False
2222
include_package_data = True
23-
py_modules = microdot
23+
package_dir =
24+
= src
25+
py_modules =
26+
microdot
27+
microdot_asyncio
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)