forked from cogent3/ensembldb3
-
Notifications
You must be signed in to change notification settings - Fork 15
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 #158 from GavinHuttley/develop
DEV: more project rename updates
- Loading branch information
Showing
38 changed files
with
223 additions
and
204 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["flit_core >=3.2,<4"] | |
build-backend = "flit_core.buildapi" | ||
|
||
[project] | ||
name = "ensembl_lite" | ||
name = "ensembl_tui" | ||
authors = [ | ||
{ name = "Gavin Huttley", email = "[email protected]"}, | ||
] | ||
|
@@ -40,20 +40,20 @@ classifiers = [ | |
dynamic = ["version", "description"] | ||
|
||
[project.urls] | ||
Documentation = "https://github.com/cogent3/EnsemblLite" | ||
"Bug Tracker" = "https://github.com/cogent3/EnsemblLite/issues" | ||
"Source Code" = "https://github.com/cogent3/EnsemblLite" | ||
Documentation = "https://github.com/cogent3/ensembl_tui" | ||
"Bug Tracker" = "https://github.com/cogent3/ensembl_tui/issues" | ||
"Source Code" = "https://github.com/cogent3/ensembl_tui" | ||
|
||
[project.scripts] | ||
elt = "ensembl_lite.cli:main" | ||
eti = "ensembl_tui.cli:main" | ||
|
||
[project.optional-dependencies] | ||
test = [ | ||
"click", | ||
"pytest", | ||
"pytest-cov", | ||
"pytest-xdist", | ||
"ruff==0.5.7", | ||
"ruff==0.6.3", | ||
"nox"] | ||
doc = ["click==8.1.3", | ||
"sphinx", | ||
|
@@ -85,7 +85,7 @@ dev = ["click", | |
"pytest", | ||
"pytest-cov", | ||
"pytest-xdist", | ||
"ruff==0.5.7", | ||
"ruff==0.6.3", | ||
"scriv", | ||
"sphinx", | ||
"sphinx-autobuild", | ||
|
@@ -94,7 +94,7 @@ dev = ["click", | |
"sphinxcontrib-bibtex"] | ||
|
||
[tool.flit.sdist] | ||
include = ["src/*", "tests/", "pyproject.toml"] | ||
include = ["src/*", "tests/*", "pyproject.toml"] | ||
|
||
[tool.pytest.ini_options] | ||
markers = [ | ||
|
@@ -107,7 +107,6 @@ testpaths = "tests" | |
|
||
[tool.ruff] | ||
exclude = [ | ||
".bzr", | ||
".direnv", | ||
".eggs", | ||
".git", | ||
|
@@ -127,10 +126,8 @@ exclude = [ | |
".vscode", | ||
"__pypackages__", | ||
"_build", | ||
"buck-out", | ||
"build", | ||
"dist", | ||
"node_modules", | ||
"site-packages", | ||
"venv", | ||
] | ||
|
@@ -139,7 +136,7 @@ exclude = [ | |
line-length = 88 | ||
indent-width = 4 | ||
|
||
target-version = "py39" | ||
target-version = "py310" | ||
|
||
[tool.ruff.lint] | ||
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default. | ||
|
@@ -196,7 +193,7 @@ docstring-code-line-length = "dynamic" | |
format="md" | ||
categories=["Contributors", "ENH", "BUG", "DOC", "Deprecations", "Discontinued"] | ||
output_file="changelog.md" | ||
version="literal: src/cogent3/__init__.py:__version__" | ||
version="literal: src/ensembl_tui/__init__.py:__version__" | ||
skip_fragments="README.*" | ||
new_fragment_template="file: changelog.d/templates/new.md.j2" | ||
entry_title_template="file: changelog.d/templates/title.md.j2" |
File renamed without changes.
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
Oops, something went wrong.