|
@@ -24,7 +24,7 @@ import pkg_resources
|
|
appname = "Pwman3"
|
|
appname = "Pwman3"
|
|
try:
|
|
try:
|
|
version = pkg_resources.get_distribution('pwman3').version
|
|
version = pkg_resources.get_distribution('pwman3').version
|
|
-except pkg_resources.DistributionNotFound:
|
|
|
|
|
|
+except pkg_resources.DistributionNotFound: # pragma: no cover
|
|
version = "0.5-dev"
|
|
version = "0.5-dev"
|
|
|
|
|
|
website = "http://github.com/pwman3/pwman3"
|
|
website = "http://github.com/pwman3/pwman3"
|