Skip to content

Commit

Permalink
more updates to recipe and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiggsets committed Nov 22, 2019
1 parent a239f1b commit 4be8819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions conda-recipe/factor_analyzer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ source:

build:
number: 0
entry_points:
- factor_analyzer = factor_analyzer.analyze:main
noarch: python
script:
- cd $SRC_DIR
- $PYTHON setup.py install
- "{{ PYTHON }} -m pip install . --no-deps -vv"

requirements:
build:
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def requirements():
url="https://github.com/EducationalTestingService/factor_analyzer",
install_requires=requirements(),
include_package_data=True,
entry_points={'console_scripts':
['factor_analyzer = factor_analyzer.analyze:main']},
classifiers=['Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'Programming Language :: Python',
Expand Down

0 comments on commit 4be8819

Please sign in to comment.