Browse Source

hotfix to test on own project

Bastien Sevajol 6 years ago
parent
commit
6d4ca5fad1
2 changed files with 3 additions and 2 deletions
  1. 2 1
      hapic/hapic.py
  2. 1 1
      setup.py

+ 2 - 1
hapic/hapic.py View File

53
     def with_api_doc(self):
53
     def with_api_doc(self):
54
         def decorator(func):
54
         def decorator(func):
55
 
55
 
56
-            @functools.wraps(func)
56
+            # FIXME: casse ou casse pas le bis ?
57
+            # @functools.wraps(func)
57
             def wrapper(*args, **kwargs):
58
             def wrapper(*args, **kwargs):
58
                 return func(*args, **kwargs)
59
                 return func(*args, **kwargs)
59
 
60
 

+ 1 - 1
setup.py View File

23
     # Versions should comply with PEP440.  For a discussion on single-sourcing
23
     # Versions should comply with PEP440.  For a discussion on single-sourcing
24
     # the version across setup.py and the project code, see
24
     # the version across setup.py and the project code, see
25
     # https://packaging.python.org/en/latest/single_source_version.html
25
     # https://packaging.python.org/en/latest/single_source_version.html
26
-    version='0.0.2.1',
26
+    version='0.0.2.2',
27
 
27
 
28
     description='HTTP api input/output manager',
28
     description='HTTP api input/output manager',
29
     # long_description=long_description,
29
     # long_description=long_description,