[Python-modules-commits] [python-isoweek] 01/02: New upstream version 1.3.2
Hugo Lefeuvre
hle at moszumanska.debian.org
Fri Jun 9 17:39:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
hle pushed a commit to branch master
in repository python-isoweek.
commit b93f7e970aae770bb576871d2c924cc3b4c8c9cc
Author: Hugo Lefeuvre <hle at debian.org>
Date: Fri Jun 9 19:39:19 2017 +0200
New upstream version 1.3.2
---
setup.cfg | 2 ++
setup.py | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2a9acf1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1
diff --git a/setup.py b/setup.py
index e54bb48..e7ab5a1 100644
--- a/setup.py
+++ b/setup.py
@@ -3,10 +3,12 @@ if sys.version_info < (2, 6, 0):
print('You need Python 2.6 or better to install isoweek')
sys.exit(1)
-from distutils.core import setup
+
+from setuptools import setup
+
setup(
name = 'isoweek',
- version = '1.3.1',
+ version = '1.3.2',
description = 'Objects representing a week',
author='Gisle Aas',
author_email='gisle at aas.no',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-isoweek.git
More information about the Python-modules-commits
mailing list