We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca5f06 commit a49ba9dCopy full SHA for a49ba9d
1 file changed
setup.py
@@ -1,14 +1,11 @@
1
# -*- coding: utf-8 -*-
2
from setuptools import setup, find_packages
3
4
-description = """
5
-django-pipeline-compass-rubygem is a Compass compiler for django-pipeline using the original Compass Ruby Gem.
6
-"""
7
8
setup(
9
name='django-pipeline-compass-rubygem',
10
- version='0.1.9',
11
- description=description,
+ version='0.1.10-csm.1',
+ description='django-pipeline-compass-rubygem is a Compass compiler for django-pipeline using the original Compass Ruby Gem.',
12
long_description=open('README.rst').read(),
13
author='Patrick Stadler',
14
author_email='patrick.stadler@gmail.com',
0 commit comments