aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-08-31 17:18:01 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-08-31 17:18:01 -0500
commita0de6c798ea701c287c53db8ddacad23227bdfe0 (patch)
tree523718ae688afbc6ba07ce3f91d96d9be7320556
parent71c8527cc273cb19b5fcb00e1202352c69b79c54 (diff)
downloaduritemplates-a0de6c798ea701c287c53db8ddacad23227bdfe0.tar.gz
Fix requirement on uritemplate
-rw-r--r--HISTORY.rst5
-rw-r--r--old/uritemplate.py/uritemplatepy-setup.py4
2 files changed, 7 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index d7040d4..f04a309 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -10,6 +10,11 @@ Changelog - uritemplate
Changelog - uritemplate.py
==========================
+3.0.2 - 2015-08-30
+------------------
+
+- Fix meta-package requirements.
+
3.0.1 - 2015-08-29
------------------
diff --git a/old/uritemplate.py/uritemplatepy-setup.py b/old/uritemplate.py/uritemplatepy-setup.py
index 4cff45c..430d519 100644
--- a/old/uritemplate.py/uritemplatepy-setup.py
+++ b/old/uritemplate.py/uritemplatepy-setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="uritemplate.py",
- version="3.0.1",
+ version="3.0.2",
description="URI templates",
long_description="\n\n".join([open("README.rst").read(),
open("HISTORY.rst").read()]),
@@ -10,7 +10,7 @@ setup(
author="Ian Cordasco",
author_email="graffatcolmingov@gmail.com",
url="https://uritemplate.readthedocs.org",
- install_requires=["uritemplate.py>=2.0"],
+ install_requires=["uritemplate>=2.0"],
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved',