Skip to content

Commit

Permalink
MAINT: Cleanup migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Dec 2, 2022
1 parent 339fc2e commit 4cfd796
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ mounts/

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json

# Autogenerated by setuptools_scm
migas_server/_version.py
12 changes: 4 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ requires = ["flit_scm"]
build-backend = "flit_scm:buildapi"

[project]
name = "migas_server"
name = "migas-server"
description = "Migas telemetry server"
description-file = "README.md"
readme = "README.md"
license = {file = "LICENSE"}
maintainers = [
{name = "Nipreps developers", email = "nipreps.org"}
{name = "Nipreps developers", email = "nipreps@gmail.com"},
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand All @@ -23,12 +22,12 @@ classifiers = [
requires-python = ">3.10"
dependencies = [
"aiohttp",
"redis >=4.2.0"
"redis >=4.2.0",
"asyncpg",
"fastapi[all]",
"packaging",
"strawberry-graphql[fastapi]",
"sqlalchemy[async]"
"sqlalchemy[async]",
]
dynamic = ["version"]

Expand All @@ -53,9 +52,6 @@ test = [
[project.scripts]
migas-server = "migas_server.cli:main"

[tool.flit.module]
name = "migas_server"

[tool.flit.sdist]
exclude = [".gitignore"]

Expand Down

0 comments on commit 4cfd796

Please sign in to comment.