Skip to content

Commit

Permalink
Enable wheel packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
boronine committed Dec 26, 2016
1 parent a98cd17 commit 2874390
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hsluv.py
@@ -1,6 +1,6 @@
import math

__version__ = '0.0.1'
__version__ = '0.0.2'

m = [[3.240969941904521, -1.537383177570093, -0.498610760293],
[-0.96924363628087, 1.87596750150772, 0.041555057407175],
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
6 changes: 1 addition & 5 deletions setup.py
@@ -1,10 +1,6 @@
#!/usr/bin/python
from setuptools import setup

# Use setuptools if we can
try:
from setuptools.core import setup
except ImportError:
from distutils.core import setup
from hsluv import __version__

setup(
Expand Down

0 comments on commit 2874390

Please sign in to comment.