Use src-layout. (#600)

This commit is contained in:
Inada Naoki
2023-05-15 23:50:10 +09:00
committed by GitHub
parent abb139bc54
commit 0220f427a9
19 changed files with 11 additions and 8 deletions

3
src/MySQLdb/release.py Normal file
View File

@ -0,0 +1,3 @@
__author__ = "Inada Naoki <songofacandy@gmail.com>"
version_info = (2, 2, 0, "dev", 0)
__version__ = "2.2.0.dev0"