Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Enrico
burp-ui
Commits
3f4ebfc3
Commit
3f4ebfc3
authored
Aug 25, 2014
by
Benjamin "Ziirish" SANS
Browse files
update setup.py + bump version
parent
eb5056c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
0 → 100644
View file @
3f4ebfc3
include LICENSE
include README.md
include VERSION
include burpui.cfg
include burp-ui.py
recursive-include burpui *
VERSION
View file @
3f4ebfc3
0.0.
1
0.0.
2
setup.py
View file @
3f4ebfc3
...
...
@@ -24,17 +24,19 @@ if sys.argv[-1] == 'publish':
setup
(
name
=
'burp-ui'
,
version
=
open
(
'VERSION'
).
read
(),
version
=
open
(
'VERSION'
).
read
()
.
rstrip
()
,
description
=
u
(
'Burp-UI is a web-ui for burp backup written in python with Flask and jQuery/Bootstrap'
),
long_description
=
open
(
'README.
md
'
).
read
(),
long_description
=
open
(
'README.
rst
'
).
read
(),
license
=
open
(
'LICENSE'
).
read
(),
author
=
u
(
'Benjamin SANS (Ziirish)'
),
author_email
=
u
(
'ziirish@ziirish.info'
),
url
=
'http
s
://git
hub.com
/ziirish/burp-ui'
,
url
=
'http://git
.ziirish.me
/ziirish/burp-ui'
,
keywords
=
'burp web ui'
,
packages
=
[
'burpui'
],
scripts
=
[
'bin/burp-ui'
],
py_modules
=
[
'burpui'
],
install_requires
=
[
'Flask==0.10.1'
,
'Flask-Login==0.2.11'
,
'Flask-WTF==0.10.0'
,
'WTForms==2.0.1'
],
extras_require
=
{
extras_require
=
{
'ldap_authentication'
:
[
'simpleldap==0.8'
]
},
classifiers
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment