We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7824260 commit 36e636cCopy full SHA for 36e636c
1 file changed
packages/gcp-sphinx-docfx-yaml/setup.py
@@ -12,7 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import codecs
16
17
import setuptools
18
@@ -50,7 +49,10 @@
50
49
author="Google LLC",
51
author_email="dandhlee@google.com",
52
license="Apache 2.0",
53
- url="https://github.com/googleapis/google-cloud-python/tree/main/packages/gcp-sphinx-docfx-yaml",
+ url=(
+ "https://github.com/googleapis/google-cloud-python/tree/main/"
54
+ "packages/gcp-sphinx-docfx-yaml"
55
+ ),
56
package_dir={"": "."},
57
packages=packages,
58
install_requires=dependencies,
0 commit comments