From 3e735d822d04802651ff83cebaf398456a68dc43 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 7 Jan 2013 22:09:36 +0000 Subject: [PATCH] added static data for autovpn; bumped version since there have been a few changes recently --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ffc6e86..55d8464 100755 --- a/setup.py +++ b/setup.py @@ -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/*"], + }, ) -- GitLab