|
|
@@ -1,6 +1,6 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# |
|
|
|
# Copyright (C) 2009-2013 Ben Kurtovic <ben.kurtovic@verizon.net> |
|
|
|
# Copyright (C) 2009-2013 Ben Kurtovic <ben.kurtovic@gmail.com> |
|
|
|
# |
|
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
# of this software and associated documentation files (the "Software"), to deal |
|
|
@@ -33,7 +33,7 @@ __author__ = "Ben Kurtovic" |
|
|
|
__copyright__ = "Copyright (C) 2009, 2010, 2011, 2012, 2013 Ben Kurtovic" |
|
|
|
__license__ = "MIT License" |
|
|
|
__version__ = "0.2.dev" |
|
|
|
__email__ = "ben.kurtovic@verizon.net" |
|
|
|
__email__ = "ben.kurtovic@gmail.com" |
|
|
|
__release__ = False |
|
|
|
|
|
|
|
if not __release__: |
|
|
|