From 890ce9e7bb76da910ef21b833f87fc60fb49ae6b Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 20 Sep 2009 11:03:43 -0700
Subject: [PATCH] setup: mark setup.py as having utf-8 encoding in it

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index f1cd6a79..88536d12 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
 #! /usr/bin/env python
+# -*- coding: utf-8 -*-
 
 # Allmydata Tahoe -- secure, distributed storage grid
 #
-- 
2.45.2