We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43929f8 commit 7e6b245Copy full SHA for 7e6b245
1 file changed
bindings/python/setup.py
@@ -30,7 +30,7 @@ def call_setup():
30
maintainer="Dmitry Dygalo",
31
maintainer_email="dadygalo@gmail.com",
32
python_requires=">=3.6",
33
- url="https://github.com/Stranger6667/css-inline/tree/master/python",
+ url="https://github.com/Stranger6667/css-inline/tree/master/bindings/python",
34
license="MIT",
35
rust_extensions=[RustExtension("css_inline", binding=Binding.PyO3)],
36
classifiers=[
0 commit comments