Skip to content

Commit

Permalink
updating installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed Apr 5, 2023
1 parent 137d4c5 commit 5f5f63b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

setup(
name='ya2ro',
author='Antonia Pavel',
author_email='floriana.antonia.pavel@gmail.com',
author='Antonia Pavel, Daniel Garijo',
author_email='daniel.garijo@upm.es',
description='Tool to which you pass basic information of a project or a research article (such as the datasets, software, people who have been involved, bibliography...) and generates two files with structured information with the intention of easing the readability for machines and people. One file is a webpage with all the relevant information and the other one is a Research Object.',
version=version['__version__'],
url='https://github.com/oeg-upm/ya2ro',
Expand All @@ -28,8 +28,8 @@
'requests>=2.22.0',
'bibtexparser>=1.2.0',
'Pygments>=2.11.2',
'somef',
'soca @ git+https://github.com/oeg-upm/soca',
'somef>=0.9.3',
'soca>=0.0.1',
'metadata-parser'
]
)
2 changes: 1 addition & 1 deletion src/ya2ro/ya2ro.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from pathlib import Path

__version__ = '0.0.3'
__version__ = '0.0.4'

###################################################################################
# LOGO
Expand Down

0 comments on commit 5f5f63b

Please sign in to comment.