ymao 4 년 전
부모
커밋
b0c5fa440e
2개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 4
      authen/util/string.py
  2. 2 2
      setup.py

+ 0 - 4
authen/util/string.py

@@ -1,4 +0,0 @@
-# -*- coding:utf-8 -*-
-
-def filter_space(s):
-    return s.strip() if isinstance(s, str) else s

+ 2 - 2
setup.py

@@ -4,8 +4,8 @@ from setuptools import setup, find_packages
 
 setup(
     name='authen.util',
-    version=0.17,
-    url='http://git.aoyanming.com/authen/util.git',
+    version=0.18,
+    url='http://git.trops-global.com/authen/trops_utils.git',
     license='GPL',
     author='authen',
     author_email='295002887@qq.com',