Skip to content

Commit 2f8d337

Browse files
committed
doc: add project coords in package __strings__
1 parent caa477e commit 2f8d337

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

graphkit/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Copyright 2016, Yahoo Inc.
22
# Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms.
3+
"""Lightweight computation graphs for Python."""
34

45
__author__ = "hnguyen"
56
__version__ = "1.3.0"
7+
__license__ = "Apache-2.0"
8+
__title__ = "graphkit"
9+
__summary__ = __doc__.splitlines()[0]
10+
__uri__ = "https://github.com/yahoo/graphkit"
611

712
from .functional import operation, compose
813
from .modifiers import * # noqa, on purpose to include any new modifiers

0 commit comments

Comments
 (0)