Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
8eeae9b2 by lovetox at 2021-10-09T20:49:28+02:00
Add pyrightconfig.json

- - - - -
46b1d670 by lovetox at 2021-10-09T20:50:14+02:00
Add py.typed

- - - - -


3 changed files:

- + nbxmpp/py.typed
- + pyrightconfig.json
- setup.cfg


Changes:

=====================================
nbxmpp/py.typed
=====================================


=====================================
pyrightconfig.json
=====================================
@@ -0,0 +1,5 @@
+{
+    "ignore": ["**/test", "setup.py"],
+    "useLibraryCodeForTypes": true,
+    "typeCheckingMode": "strict",
+}


=====================================
setup.cfg
=====================================
@@ -23,3 +23,6 @@ install_requires =
 [options.packages.find]
 exclude =
     test*
+
+[options.package_data]
+nbxmpp = py.typed



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/7373fe86752471d8ed25b0d08b50815759d73981...46b1d670f30822a1070d43f1009cb3c32248f7b9

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/7373fe86752471d8ed25b0d08b50815759d73981...46b1d670f30822a1070d43f1009cb3c32248f7b9
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to