Skip to content

Commit

Permalink
added python_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed May 30, 2020
1 parent f9deae8 commit 0986e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -24,6 +24,7 @@ def requirements(filename):

setup(name='libsasscompiler',
version=version(),
python_requires='>=3.6.0',
description='django pipeline scss/sass compiler, no needed of ruby',
url='https://github.com/sonic182/libsasscompiler',
long_description=read_file('README.md'),
Expand Down

0 comments on commit 0986e23

Please sign in to comment.