[Pkg-bitcoin-commits] [python-quamash] 77/269: use setuptools, mainly to support `python setup.py develop`.

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit ad0a735b3b86952d8cdaba12ed8563bf7ae07814
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Thu Jul 10 21:19:10 2014 -0700

    use setuptools, mainly to support `python setup.py develop`.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 95e83fa..10d0e88 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup
+from setuptools import setup
 import quamash
 import re
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list