-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.ini
39 lines (35 loc) · 1.34 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[DEFAULT]
# All sections below are required unless otherwise specified
host = github
lib_name = src
repo_name = COSC525-Project2
author = drkostas, Gcantral
description = Project 2 for the Deep Learning class (COSC 525). Involves the development of a Convolutional Neural Network.
keywords = python, numpy, deep-learning, neural-network, convolutional, cnn, multi-layer-perceptron, gradient-descent
user = Kostas Georgiou, Greg Cantrall
author_email = [email protected], [email protected]
copyright = apache2
branch = master
version = 1.0.0
testing_version = 1.0.0
min_python = 3.6
audience = Developers
language = English
# Add licenses and see current list in `setup.py`
license = apache2
# From 0-6: Planning Pre-Alpha Alpha Beta Production Mature Inactive
status = 3
# Optional. Same format as setuptools requirements
requirements = requirements.txt
data_files =
# Optional. Same format as setuptools console_scripts
# console_scripts =
# Optional. Same format as setuptools dependency-links
# dep_links =
# Values of the form `%(foo)s` are automatically replaced with the value of `foo`
lib_path = %(lib_name)s
git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
# For Enterprise Github use:
# repo_name = your-repo
# company_name = your-company
# git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/