Skip to content

Commit 4be8819

Browse files
author
jbiggsets
committed
more updates to recipe and setup
1 parent a239f1b commit 4be8819

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

conda-recipe/factor_analyzer/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ source:
1313

1414
build:
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

2221
requirements:
2322
build:

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)