-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from scipion-em/jj_add_requirements
Add requirements
- Loading branch information
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
scipion-em-tomo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# ************************************************************************** | ||
# * | ||
# * Authors: J.M. De la Rosa Trevin ([email protected]) [1] | ||
# * Authors: Scipion Team ([email protected]) | ||
# * | ||
# * [1] SciLifeLab, Stockholm University | ||
# * Unidad de Bioinformatica of Centro Nacional de Biotecnologia , CSIC | ||
# * | ||
# * This program is free software; you can redistribute it and/or modify | ||
# * it under the terms of the GNU General Public License as published by | ||
|
@@ -44,6 +44,9 @@ | |
with open(path.join(here, 'README.rst'), encoding='utf-8') as f: | ||
long_description = f.read() | ||
|
||
with open('requirements.txt') as f: | ||
requirements = f.read().splitlines() | ||
|
||
# Arguments marked as "Required" below must be included for upload to PyPI. | ||
# Fields marked as "Optional" may be commented out. | ||
|
||
|
@@ -93,11 +96,11 @@ | |
|
||
# This should be your name or the name of the organization which owns the | ||
# project. | ||
author='J.M. De la Rosa, Federico P. de Isidro Gomez', # Optional | ||
author='I2PC', # Optional | ||
|
||
# This should be a valid email address corresponding to the author listed | ||
# above. | ||
author_email='[email protected], fp.deisidro@cnb.csic.es', # Optional | ||
author_email='scipion@cnb.csic.es', # Optional | ||
|
||
# Classifiers help users find your project by categorizing it. | ||
# | ||
|