File tree Expand file tree Collapse file tree 3 files changed +30
-30
lines changed
Expand file tree Collapse file tree 3 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 3939 - run :
4040 name : Install dependencies
4141 command : |
42+ pip install --upgrade pip
4243 pip install .
4344 pip install coverage
4445 - run :
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" hatchling" ]
3+ build-backend = " hatchling.build"
4+
5+ [project ]
6+ name = " sqlite-s3-query"
7+ version = " 0.0.74"
8+ authors = [
9+ { name =" Michal Charemza" , email =" michal@charemza.name" },
10+ ]
11+ description = " Python context manager to query a SQLite file stored on S3"
12+ readme = " README.md"
13+ requires-python = " >=3.6.0"
14+ classifiers = [
15+ " Programming Language :: Python :: 3" ,
16+ " License :: OSI Approved :: MIT License" ,
17+ " Operating System :: OS Independent" ,
18+ ]
19+ dependencies = [
20+ " httpx>=0.18.2" ,
21+ ]
22+
23+ [project .urls ]
24+ "Home-page" = " https://github.com/michalc/sqlite-s3-query"
25+
26+ [tool .hatch .build ]
27+ include = [
28+ " sqlite_s3_query.py"
29+ ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments