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

Commit

Permalink
src/setup.py: Switch to setuptools, add setup.cfg, install-requires.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 21, 2020
1 parent 4ed815a commit 85175ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file added src/install-requires.txt
Empty file.
2 changes: 2 additions & 0 deletions src/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[options]
install_requires = file: install-requires.txt
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
import time
from distutils import log
from distutils.core import setup
from setuptools import setup

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

0 comments on commit 85175ab

Please sign in to comment.