File tree Expand file tree Collapse file tree 3 files changed +41
-18
lines changed
Expand file tree Collapse file tree 3 files changed +41
-18
lines changed Original file line number Diff line number Diff line change 22* .pyc
33/build
44/dist
5+ /.coverage
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " myloginpath"
3+ version = " 0.0.4rc1"
4+ description =" MySQL login path file reader"
5+
6+ readme = " README.md"
7+ requires-python = " >=3.8"
8+ authors = [
9+ {
name =
" Inada Naoki" ,
email =
" [email protected] " }
10+ ]
11+ license = {file = " LICENSE.txt" }
12+ keywords = [" MySQL" ]
13+ classifiers = [
14+ " Development Status :: 5 - Production/Stable" ,
15+ " Environment :: Other Environment" ,
16+ " License :: OSI Approved :: MIT License" ,
17+ " Operating System :: OS Independent" ,
18+ " Programming Language :: Python" ,
19+ " Programming Language :: Python :: 3" ,
20+ " Programming Language :: Python :: 3.8" ,
21+ " Programming Language :: Python :: 3.9" ,
22+ " Programming Language :: Python :: 3.10" ,
23+ " Programming Language :: Python :: 3.11" ,
24+ " Topic :: Database" ,
25+ ]
26+ dependencies = [
27+ " cryptography" ,
28+ ]
29+
30+ [project .urls ]
31+ Project = " https://github.com/PyMySQL/myloginpath/"
32+
33+ [build-system ]
34+ requires = [" setuptools" ]
35+ build-backend = " setuptools.build_meta"
36+
37+ [tool .setuptools ]
38+ py-modules = [
39+ " myloginpath" ,
40+ ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments