Skip to content
Snippets Groups Projects
Commit e351a110 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Update backbone files

parent 80e42621
No related branches found
No related tags found
1 merge request!14Latest updates to the package structure before MVP release
......@@ -46,18 +46,18 @@ python3.7:
script:
- python -m unittest
python3.8:
image: python:3.8
tags:
- passoft
stage: Static Analysis and Test
script:
- python -m unittest
python3.9:
image: python:3.9
tags:
- passoft
stage: Static Analysis and Test
script:
- python -m unittest
# python3.8:
# image: python:3.8
# tags:
# - passoft
# stage: Static Analysis and Test
# script:
# - python -m unittest
#
# python3.9:
# image: python:3.9
# tags:
# - passoft
# stage: Static Analysis and Test
# script:
# - python -m unittest
......@@ -5,4 +5,4 @@ Credits
Development Lead
----------------
* IRIS PASSCAL <software-support@passcal.nmt.edu>
* Maeva Pourpoint - IRIS PASSCAL <software-support@passcal.nmt.edu>
......@@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://git.passcal.nmt.edu/maeva/lemi2seed/issues.
Report bugs at https://git.passcal.nmt.edu/MT/lemi2seed/issues.
If you are reporting a bug, please include:
......@@ -46,7 +46,7 @@ Submit Feedback
~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at
https://git.passcal.nmt.edu/maeva/lemi2seed/issues.
https://git.passcal.nmt.edu/MT/lemi2seed/issues.
If you are proposing a feature:
......@@ -62,7 +62,7 @@ Ready to contribute? Here's how to set up `lemi2seed` for local development.
1. Clone the `lemi2seed` repo:
* $ git clone https://git.passcal.nmt.edu/maeva/lemi2seed.git
* $ git clone https://git.passcal.nmt.edu/MT/lemi2seed.git
2. Install your local copy:
......
package:
name: lemi2seed
version: 2021.239
version: 2022.025
source:
path: ../
......@@ -19,7 +19,6 @@ requirements:
- configobj
- obspy
- openpyxl
- PySide2
test:
source_files:
......
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2021.239'
__version__ = '2022.025'
......@@ -2,7 +2,13 @@
exclude = docs, *_rc.py
max-line-length = 120
[mypy-*.lemi_gui]
[mypy-*.gui_model]
ignore_errors = True
[mypy-*.gui_widgets]
ignore_errors = True
[mypy-*.gui_view]
ignore_errors = True
[mypy-configobj]
......@@ -14,5 +20,5 @@ ignore_missing_imports = True
[mypy-obspy.*]
ignore_missing_imports = True
[mypy-openpyxl]
[mypy-openpyxl.*]
ignore_missing_imports = True
......@@ -34,7 +34,6 @@ setup(
install_requires=['configobj',
'obspy',
'openpyxl',
'openpyxl-stubs',
'PySide2'],
setup_requires=[],
extras_require={
......@@ -51,6 +50,6 @@ setup(
name='lemi2seed',
packages=find_packages(include=['lemi2seed']),
url='https://git.passcal.nmt.edu/MT/lemi2seed',
version='2021.007',
version='2022.025',
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment