Renaming and minor improvements
This commit is contained in:
parent
00714bef4e
commit
dadbe24c82
5 changed files with 27 additions and 18 deletions
|
|
@ -2,8 +2,11 @@
|
|||
requires = ["flit_core >=3.2,<4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[tool.flit.module]
|
||||
name = "great_ai" # Module's import name/local folder name
|
||||
|
||||
[project]
|
||||
name = "great_ai"
|
||||
name = "great-ai" # PyPI package name
|
||||
dynamic = ["version", "description"]
|
||||
readme = "README.md"
|
||||
authors = [{ name = "András Schmelczer", email = "andras@schmelczer.dev" }]
|
||||
|
|
@ -59,9 +62,11 @@ dev = [
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/ScoutinScience/great_ai"
|
||||
DockerHub = "https://hub.docker.com/repository/docker/schmelczera/great_ai"
|
||||
Homepage = "https://github.com/ScoutinScience/great-ai"
|
||||
DockerHub = "https://hub.docker.com/repository/docker/schmelczera/great-ai"
|
||||
|
||||
[project.scripts]
|
||||
great_ai = "great_ai:main"
|
||||
large_file = "great_ai.large_file:main"
|
||||
great_ai = "great_ai.__main__:main"
|
||||
great-ai = "great_ai.__main__:main"
|
||||
large_file = "great_ai.large_file.__main__:main"
|
||||
large-file = "great_ai.large_file.__main__:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue