Title: [264452] trunk/Tools
Revision
264452
Author
[email protected]
Date
2020-07-16 06:09:07 -0700 (Thu, 16 Jul 2020)

Log Message

[webkitcorepy] Correct url in setup.py
https://bugs.webkit.org/show_bug.cgi?id=214399

Reviewed by Dewei Zhu.

* Scripts/libraries/webkitcorepy/setup.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (264451 => 264452)


--- trunk/Tools/ChangeLog	2020-07-16 09:23:58 UTC (rev 264451)
+++ trunk/Tools/ChangeLog	2020-07-16 13:09:07 UTC (rev 264452)
@@ -1,3 +1,12 @@
+2020-07-16  Jonathan Bedard  <[email protected]>
+
+        [webkitcorepy] Correct url in setup.py
+        https://bugs.webkit.org/show_bug.cgi?id=214399
+
+        Reviewed by Dewei Zhu.
+
+        * Scripts/libraries/webkitcorepy/setup.py:
+
 2020-07-16  Philippe Normand  <[email protected]>
 
         run-minibrowser --debug runs the release build on macOS

Modified: trunk/Tools/Scripts/libraries/webkitcorepy/setup.py (264451 => 264452)


--- trunk/Tools/Scripts/libraries/webkitcorepy/setup.py	2020-07-16 09:23:58 UTC (rev 264451)
+++ trunk/Tools/Scripts/libraries/webkitcorepy/setup.py	2020-07-16 13:09:07 UTC (rev 264452)
@@ -44,7 +44,7 @@
         'Topic :: Software Development :: Libraries :: Python Modules',
     ],
     keywords='python unicode',
-    url='',
+    url='',
     author='Jonathan Bedard',
     author_email='[email protected]',
     license='Modified BSD',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to