소스 검색

bug fix with newer setuptools

Steve Nyemba 1 주 전
부모
커밋
de4e065ca6
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      setup.py

+ 3 - 2
setup.py

@@ -24,8 +24,9 @@ args["url"] =   "https://healthcareio.the-phi.com/git/code/transport.git"
 args['scripts'] = ['bin/transport']
 args['classifiers'] = ['Programming Language :: Python :: 3',
                     'License :: OSI Approved :: MIT License',
-                     'Operating System :: OS Independent',
-                                ],
+                    "Topic :: Utilities",
+                     'Operating System :: OS Independent'
+                                ]
 # if sys.version_info[0] == 2 :
 #     args['use_2to3'] = True
 #     args['use_2to3_exclude_fixers']=['lib2to3.fixes.fix_import']