-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (38 loc) · 1.01 KB
/
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
30
31
32
33
34
35
36
37
38
39
[metadata]
name = gitbuster
version = 2.1b7
author = Julien Miotte
author_email = miotte.julien@gmail.com
summary = Python Qt4 frontend for git filter-branch and git cherry-pick.
description_file = README.rst
keywords = git, frontend, change dates, rewrite history, rebase, cherry-pick
home_page = https://github.com/mike-perdide/gitbuster
project_url =
Source repository,https://github.com/mike-perdide/gitbuster
requires_dist =
gfbi_core (==0.5b6)
argparse
requires_python = >=2.5
license = GPLv3
classifier =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License (GPL)
Environment :: X11 Applications :: Qt
Intended Audience :: Developers
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2.6
Topic :: Software Development :: Version Control
[files]
packages =
gitbuster
scripts =
gitbuster/gitbuster
extra_files =
setup.cfg
setup.py
README.rst
AUTHORS.txt
demo.sh
LICENSE.txt
MANIFEST.in
CHANGELOG