Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit a292941

Browse files
chore: Add py.typed file (#17)
1 parent 64f2893 commit a292941

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,30 @@ cython_debug/
171171

172172
# Built Visual Studio Code Extensions
173173
*.vsix
174+
175+
# General
176+
.DS_Store
177+
.AppleDouble
178+
.LSOverride
179+
180+
# Icon must end with two \r
181+
Icon
182+
183+
# Thumbnails
184+
._*
185+
186+
# Files that might appear in the root of a volume
187+
.DocumentRevisions-V100
188+
.fseventsd
189+
.Spotlight-V100
190+
.TemporaryItems
191+
.Trashes
192+
.VolumeIcon.icns
193+
.com.apple.timemachine.donotpresent
194+
195+
# Directories potentially created on remote AFP share
196+
.AppleDB
197+
.AppleDesktop
198+
Network Trash Folder
199+
Temporary Items
200+
.apdisk

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Topic :: Software Development :: Libraries",
3333
"Topic :: Software Development :: Libraries :: Application Frameworks",
3434
"Topic :: Software Development :: Libraries :: Python Modules",
35+
"Typing :: Typed",
3536
]
3637
dependencies = [
3738
"sqlalchemy>=1.4.0",

src/sqlean_driver/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)