Mark vobject as complete (#9120)

This commit is contained in:
Nikita Sobolev
2022-11-07 17:24:18 +03:00
committed by GitHub
parent 68924e00e5
commit 11be6effd3
2 changed files with 18 additions and 0 deletions

View File

@@ -3,3 +3,18 @@ vobject.base.VBase.__init__
# only available on Windows
vobject.win32tz
# dependencies
vobject.change_tz.PyICU
vobject.icalendar.Pytz
vobject.icalendar.pytz
# re-exports
vobject.hcalendar.CRLF
# python2 compat
vobject.base.basestring
vobject.base.str_
vobject.base.to_unicode
vobject.base.to_basestring
vobject.vcard.basestring

View File

@@ -1 +1,4 @@
version = "0.9.*"
[tool.stubtest]
ignore_missing_stub = false