Ticket #6325 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[Patch] add encoding to setup.py

Reported by: root@toor.spb.ru Assigned to: xpech
Priority: normal Component: IcalViewPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Using utf-8 characters in the author's name causes setup.py to fail.

Attachments

Change History

12/13/09 23:26:45 changed by clown

patch:

Index: setup.py
===================================================================
--- setup.py    (revision 7247)
+++ setup.py    (working copy)
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 from setuptools import find_packages, setup

 version='0.4'

12/14/09 06:04:08 changed by otaku42

  • summary changed from setup.py doesn't have encoding to [Patch] add encoding to setup.py.

12/14/09 08:18:33 changed by xpech

  • status changed from new to closed.
  • resolution set to fixed.

(In [7249]) Fix #6325 : charset on setup.py. Thanks to clown !


Add/Change #6325 ([Patch] add encoding to setup.py)




Change Properties
Action