Modify

Opened 14 years ago

Closed 14 years ago

#6325 closed defect (fixed)

[Patch] add encoding to setup.py

Reported by: Al Nikolov Owned by: Xavier Pechoultres
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 (0)

Change History (3)

comment:1 Changed 14 years ago by Al Nikolov

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'

comment:2 Changed 14 years ago by Michael Renzmann

Summary: setup.py doesn't have encoding[Patch] add encoding to setup.py

comment:3 Changed 14 years ago by Xavier Pechoultres

Resolution: fixed
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Xavier Pechoultres.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.