Skip to content

Commit

Permalink
fix setup.py and change way conda package is build
Browse files Browse the repository at this point in the history
  • Loading branch information
simongregorebner committed Apr 19, 2021
1 parent 08d0cee commit f911c0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions conda-recipe/bld.bat

This file was deleted.

1 change: 0 additions & 1 deletion conda-recipe/build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ source:

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
build:
- setuptools
- python
- passlib
- requests
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url="https://github.com/paulscherrerinstitute/py_elog",
keywords='elog, electronic, logbook',
packages=['elog'],
# install_requires=[
# 'requests', 'passlib', 'lxml'
# ],
install_requires=[
'requests', 'passlib', 'lxml'
],
)

0 comments on commit f911c0f

Please sign in to comment.