File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
conda-recipe/factor_analyzer Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ source:
1313
1414build :
1515 number : 0
16- entry_points :
17- - factor_analyzer = factor_analyzer.analyze:main
16+ noarch : python
1817 script :
1918 - cd $SRC_DIR
20- - $ PYTHON setup.py install
19+ - " {{ PYTHON }} -m pip install . --no-deps -vv "
2120
2221requirements :
2322 build :
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ def requirements():
2626 url = "https://github.com/EducationalTestingService/factor_analyzer" ,
2727 install_requires = requirements (),
2828 include_package_data = True ,
29- entry_points = {'console_scripts' :
30- ['factor_analyzer = factor_analyzer.analyze:main' ]},
3129 classifiers = ['Intended Audience :: Science/Research' ,
3230 'Intended Audience :: Developers' ,
3331 'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments