forked from xmunoz/bugzilla2gitlab
-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
34 lines (32 loc) · 1011 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
30
31
32
33
34
[metadata]
name = bugzilla2gitlab
version = 1.2.0
description = An opinionated Bugzilla to Gitlab Issues bug migration tool
long_description = file: README.md
long_description_content_type = text/markdown
keywords = bugzilla, gitlab, bugtracking, workflow
license = MIT
author = Cristina Muñoz
author_email = [email protected]
maintainer = Cristina Muñoz
maintainer_email = [email protected]
url = https://github.com/xmunoz/bugzilla2gitlab
download_url = https://github.com/xmunoz/bugzilla2gitlab/archive/master.tar.gz
classifiers =
Programming Language :: Python
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Bug Tracking
[options]
packages = bugzilla2gitlab
include_package_data = True
scripts =
bin/bugzilla2gitlab
bin/clone_users.py
[flake8]
max-line-length = 100
import-order-style = google
application-import-names = bugzilla2gitlab
[bdist_wheel]
universal=1