-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (27 loc) · 825 Bytes
/
setup.cfg
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
[metadata]
name = git-ranch
url = https://github.com/AustinTSchaffer/git-ranch
project_urls =
Bug Tracker = https://github.com/AustinTSchaffer/git-ranch/issues
version = 1.0.2
author = Austin T Schaffer
author_email = schaffer.austin.t@gmail.com
description = Adds a new git subcommand named "ranch".
long_description = file: Readme.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
license = MIT License
keywords = git, ranch
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
python_requires = >=3.4
packages =
git_ranch
[options.entry_points]
console_scripts =
git-ranch = git_ranch:main