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:
13
13
14
14
build :
15
15
number : 0
16
- entry_points :
17
- - factor_analyzer = factor_analyzer.analyze:main
16
+ noarch : python
18
17
script :
19
18
- cd $SRC_DIR
20
- - $ PYTHON setup.py install
19
+ - " {{ PYTHON }} -m pip install . --no-deps -vv "
21
20
22
21
requirements :
23
22
build :
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ def requirements():
26
26
url = "https://github.com/EducationalTestingService/factor_analyzer" ,
27
27
install_requires = requirements (),
28
28
include_package_data = True ,
29
- entry_points = {'console_scripts' :
30
- ['factor_analyzer = factor_analyzer.analyze:main' ]},
31
29
classifiers = ['Intended Audience :: Science/Research' ,
32
30
'Intended Audience :: Developers' ,
33
31
'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments