Skip to content

Commit a49ba9d

Browse files
committed
Fix setup.py to work with new setuptools
See pypa/setuptools#2870 for the necessity.
1 parent eca5f06 commit a49ba9d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# -*- coding: utf-8 -*-
22
from setuptools import setup, find_packages
33

4-
description = """
5-
django-pipeline-compass-rubygem is a Compass compiler for django-pipeline using the original Compass Ruby Gem.
6-
"""
74

85
setup(
96
name='django-pipeline-compass-rubygem',
10-
version='0.1.9',
11-
description=description,
7+
version='0.1.10-csm.1',
8+
description='django-pipeline-compass-rubygem is a Compass compiler for django-pipeline using the original Compass Ruby Gem.',
129
long_description=open('README.rst').read(),
1310
author='Patrick Stadler',
1411
author_email='patrick.stadler@gmail.com',

0 commit comments

Comments
 (0)