From e887925c785e139228b54cc78710b4c018978caa Mon Sep 17 00:00:00 2001 From: Ryo Yonetani Date: Wed, 26 Jan 2022 22:08:01 +0900 Subject: [PATCH] upload to pypi --- numpy2tfrecord/__init__.py | 2 -- setup.cfg | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/numpy2tfrecord/__init__.py b/numpy2tfrecord/__init__.py index 4f0934b..f03c3bf 100644 --- a/numpy2tfrecord/__init__.py +++ b/numpy2tfrecord/__init__.py @@ -1,3 +1 @@ -__version__ = "0.0.1" - from .core import Numpy2TFRecordConverter, build_dataset_from_tfrecord diff --git a/setup.cfg b/setup.cfg index cd38629..56c22c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,10 @@ [metadata] name = numpy2tfrecord -version = attr: numpy2tfrecord.__version__ +version = 0.0.2 description = Convert a collection of numpy data to tfrecord +long_description_content_type = text/markdown long_description = file: README.md +url=https://github.com/yonetaniryo/numpy2tfrecord keywords = numpy, tfrecord, tensorflow author = Ryo Yonetani author_email = yonetani.vision@gmail.com