forked from ubc/github2gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (27 loc) · 739 Bytes
/
setup.cfg
File metadata and controls
31 lines (27 loc) · 739 Bytes
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
[metadata]
name = hub2lab
version = 1.6.0
summary = command line tool to migrate projects from GitHub to GitLab
description-file =
README.rst
author = Pan Luo
author-email = pan.luo@ubc.ca
home-page = https://github.com/ubc/github2gitlab
classifier =
Environment :: No Input/Output (Daemon)
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Operating System :: POSIX :: Linux
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Programming Language :: Python
Programming Language :: Python :: 2.7
Topic :: Utilities
[files]
scripts = bin/github2gitlab
[global]
setup-hooks =
pbr.hooks.setup_hook
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0