Skip to content

Commit

Permalink
setup.py: really utf-8
Browse files Browse the repository at this point in the history
jordens committed May 11, 2016
1 parent f8c38c1 commit 47f3e70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3.5
# -*- coding: utf-8 -*-

from setuptools import setup, find_packages
import sys
@@ -53,7 +52,7 @@
author_email="artiq@lists.m-labs.hk",
url="https://m-labs.hk/artiq",
description="Advanced Real-Time Infrastructure for Quantum physics",
long_description=open("README.rst").read(),
long_description=open("README.rst", encoding="utf-8").read(),
license="GPLv3+",
classifiers="""\
Development Status :: 5 - Production/Stable

0 comments on commit 47f3e70

Please sign in to comment.