Skip to content

Commit

Permalink
Initialize repository
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon committed Sep 15, 2020
1 parent ece235e commit 13a6293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
# Examples/tests outputs
tests/_outputs

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down
5 changes: 3 additions & 2 deletions setup.py
@@ -1,4 +1,4 @@
import os
import os
import re
from setuptools import setup, find_packages

Expand Down Expand Up @@ -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=(
Expand All @@ -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",
Expand Down

0 comments on commit 13a6293

Please sign in to comment.