From 13a6293d75ae11682a1458cb8511e54cc24b7db9 Mon Sep 17 00:00:00 2001 From: OverLordGoldDragon <16495490+OverLordGoldDragon@users.noreply.github.com> Date: Tue, 15 Sep 2020 18:06:23 +0400 Subject: [PATCH] Initialize repository --- .gitignore | 1 + README.md | 2 +- setup.py | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f57e11..348621f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Examples/tests outputs +tests/_outputs # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/README.md b/README.md index dff2e37..2404d67 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/b3ddf578cd674c268004b0c445c2d695)](https://www.codacy.com/manual/OverLordGoldDragon/deeptrain?utm_source=github.com&utm_medium=referral&utm_content=OverLordGoldDragon/deeptrain&utm_campaign=Badge_Grade) [![PyPI version](https://badge.fury.io/py/deeptrain.svg)](https://badge.fury.io/py/keras-adamw) [![Documentation Status](https://readthedocs.org/projects/deeptrain/badge/?version=latest)](https://deeptrain.readthedocs.io/en/latest/?badge=latest) -[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) ![](https://img.shields.io/badge/keras-tensorflow-blue.svg) ![](https://img.shields.io/badge/keras-tf.keras-blue.svg) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) Full knowledge and control of the train state. diff --git a/setup.py b/setup.py index 0031750..8ba5a20 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -import os +import os import re from setuptools import setup, find_packages @@ -32,7 +32,7 @@ def find_version(*file_paths): license="MIT", author="OverLordGoldDragon", author_email="16495490+OverLordGoldDragon@users.noreply.github.com", - description=("dev-stage repo"), + description=("Full knowledge and control of the train state"), long_description=read_file('README.md'), long_description_content_type="text/markdown", keywords=( @@ -49,6 +49,7 @@ def find_version(*file_paths): classifiers=[ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Intended Audience :: Developers",