Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Some weird unicode thing
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 24, 2015
1 parent ee58bec commit c36bf0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
@@ -1,13 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from setuptools import setup


setup(
name='django-fec-raw-data',
version='0.0.1',
packages=(
version='0.0.2',
packages=(
'fec_raw',
'fec_raw.management',
'fec_raw.management.commands',
Expand Down

0 comments on commit c36bf0a

Please sign in to comment.