Revision 0df05e97e1b1474137e55a07f857662ec2fad0b1 authored by Andrey Velichkevich on 10 January 2020, 16:26:35 UTC, committed by Kubernetes Prow Robot on 10 January 2020, 16:26:35 UTC
Change tf deprecated functions
Add logger instead of print
1 parent a0f75d1
Raw File
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top