Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit c3a2bf4

Browse files
committed
Changes for Wheel distribution (for next release).
1 parent ced603a commit c3a2bf4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import with_statement
2-
from distutils.core import setup
2+
from setuptools import setup
33

44

55
with open('pep257.py') as f:

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ pep8ignore =
1919
test.py E701 E704
2020
norecursedirs = docs .tox
2121

22-
2322
[pep257]
2423
verbose = true

0 commit comments

Comments
 (0)