فهرست منبع

version 0.0.2

Radu Boncea 6 سال پیش
والد
کامیت
75d0bdab17
3فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 1 1
      LICENSE
  2. 5 5
      README.md
  3. 2 2
      setup.py

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2008 Mike Verdone
+Copyright (c) 2018 Agile Geeks SRL-D
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation

+ 5 - 5
README.md

@@ -6,7 +6,7 @@ Has been tested on 2.7, 3.4 and 3.6
 
 ## Installation
 
-    $ pip install pyVies
+    $ pip install pyvieser
 
 ## Usage
 
@@ -32,10 +32,10 @@ except api.ViesError as e:
 else:
     print (result)
 
-"""
-You may also use `clean` to extract vat number and country code
-The line bellow would print ('2785503', 'RO')
-"""
+
+# You may also use "clean" to extract vat number and country code
+# The line bellow would print ('2785503', 'RO')
+
 print (vies.clean('RO2785503'))
 
 ```

+ 2 - 2
setup.py

@@ -5,8 +5,8 @@ with open("README.md", "r") as fh:
 
 
 setuptools.setup(
-    name="pyVies",
-    version="0.0.1",
+    name="pyvieser",
+    version="0.0.2",
     author="Radu Boncea",
     author_email="radu.boncea@gmail.com",
     description="A wrapper API of VIES VAT web service",