Skip to content

Commit

Permalink
Fix setup.py to work with new setuptools
Browse files Browse the repository at this point in the history
See pypa/setuptools#2870 for the necessity.
  • Loading branch information
DavidS-cloud committed Nov 15, 2021
1 parent eca5f06 commit a49ba9d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages

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

setup(
name='django-pipeline-compass-rubygem',
version='0.1.9',
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.',
long_description=open('README.rst').read(),
author='Patrick Stadler',
author_email='patrick.stadler@gmail.com',
Expand Down

0 comments on commit a49ba9d

Please sign in to comment.