Commit e717aa1f by Sébastien Eustace

Fix linting

parent 3bfed009
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from distutils.core import setup from distutils.core import setup
from build import *
packages = [ packages = [
"pendulum", "pendulum",
"pendulum._extensions", "pendulum._extensions",
...@@ -45,7 +47,6 @@ setup_kwargs = { ...@@ -45,7 +47,6 @@ setup_kwargs = {
"extras_require": extras_require, "extras_require": extras_require,
"python_requires": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "python_requires": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
} }
from build import *
build(setup_kwargs) build(setup_kwargs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment