Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
autoca
Commits
3e735d82
Commit
3e735d82
authored
Jan 07, 2013
by
ale
Browse files
added static data for autovpn; bumped version since there have been a few changes recently
parent
9e47d2e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3e735d82
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"autoca"
,
version
=
"0.2"
,
version
=
"0.2
.1
"
,
description
=
"Automated CA management."
,
author
=
"Ale"
,
author_email
=
"ale@incal.net"
,
...
...
@@ -20,5 +20,8 @@ setup(
"vpnacct = autovpn.acct:main"
,
],
},
package_data
=
{
"autovpn"
:
[
"templates/*"
,
"static/*"
],
},
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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