Skip to content

Commit ff04851

Browse files
committed
.
1 parent 937b71f commit ff04851

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ RecMpox integrates several external bioinformatics tools. Please also cite these
164164

165165
## License
166166

167-
This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the [LICENSE](LICENSE) file for details.
167+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
168168

169169
## Contributing
170170

conda-recipes/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ build:
1414
noarch: python
1515
entry_points:
1616
- recmpox=recmpox.recmpox:main
17-
- rempox=recmpox.recmpox:main
1817
script:
1918
- "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
2019
- mkdir -p $PREFIX/etc/conda/activate.d
@@ -47,8 +46,8 @@ test:
4746

4847
about:
4948
home: https://github.com/DaanJansen94/RecMpox
50-
license: GPL-3.0-or-later
51-
license_family: GPL
49+
license: MIT
50+
license_family: MIT
5251
license_file: LICENSE
5352
summary: RecMpox flags potential recombination events in monkeypox consensus genomes.
5453
description: |

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="recmpox",
88
version="0.0.5",
99
author="RecMpox contributors",
10-
description="RecMpox: Classify consensus mpox genomes at diagnostic SNPs (recombinant calling).",
10+
description="RecMpox: A command-line tool to flag potential mpox recombinants from consensus genomes.",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
packages=find_packages(),
@@ -17,7 +17,6 @@
1717
entry_points={
1818
"console_scripts": [
1919
"recmpox=recmpox.recmpox:main",
20-
"rempox=recmpox.recmpox:main",
2120
],
2221
},
2322
classifiers=[

0 commit comments

Comments
 (0)