Explorar o código

compatibily with python2.6

Radu Boncea %!s(int64=5) %!d(string=hai) anos
pai
achega
46d7dbcb03
Modificáronse 2 ficheiros con 5 adicións e 4 borrados
  1. 1 1
      README.md
  2. 4 3
      setup.py

+ 1 - 1
README.md

@@ -5,7 +5,7 @@
 pyVat is a complete library that validates vat number formats in EU member countries. The algorithms used are described in /doc/VIES-VAT Validation Routines-v15.0.doc
 
 ## Compatibility
-Python >= 2.7
+Python >= 2.6
 
 ## Installation
     $ pip install vat-format-checker

+ 4 - 3
setup.py

@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="vat-format-checker",
-    version="0.0.2",
+    version="0.0.3",
     author="Radu Boncea",
     author_email="radu.boncea@gmail.com",
     description="A library for checking on European VAT formats",
@@ -18,7 +18,7 @@ setuptools.setup(
     },
     install_requires=[
     ],
-    python_requires='>=2.7',
+    python_requires='>=2.6',
     classifiers=[
         "License :: OSI Approved :: MIT License",
         "Operating System :: OS Independent",
@@ -26,7 +26,8 @@ setuptools.setup(
         "Intended Audience :: Developers",
         "Intended Audience :: Financial and Insurance Industry",
         "License :: OSI Approved :: MIT License",
-        "Programming Language :: Python :: 2.7",
+	"Programming Language :: Python :: 2.6",
+	"Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3.0",
         "Programming Language :: Python :: 3.1",
         "Programming Language :: Python :: 3.2",