Skip to content
Snippets Groups Projects
Commit 3e735d82 authored by ale's avatar ale
Browse files

added static data for autovpn; bumped version since there have been a few changes recently

parent 9e47d2e4
No related branches found
No related tags found
No related merge requests found
......@@ -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/*"],
},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment