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

Commit 85175ab

Browse files
author
Matthias Koeppe
committed
src/setup.py: Switch to setuptools, add setup.cfg, install-requires.txt
1 parent 4ed815a commit 85175ab

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/install-requires.txt

Whitespace-only changes.

src/setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[options]
2+
install_requires = file: install-requires.txt

src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77
import time
88
from distutils import log
9-
from distutils.core import setup
9+
from setuptools import setup
1010

1111
# Work around a Cython problem in Python 3.8.x on macOS
1212
# https://github.com/cython/cython/issues/3262

0 commit comments

Comments
 (0)