Skip to content

Add pyproject for installable package with console scripts#22

Open
ShinDongWoon wants to merge 1 commit intomainfrom
codex/create-pyproject.toml-for-lghackerton
Open

Add pyproject for installable package with console scripts#22
ShinDongWoon wants to merge 1 commit intomainfrom
codex/create-pyproject.toml-for-lghackerton

Conversation

@ShinDongWoon
Copy link
Owner

Summary

  • add pyproject.toml configuring build system, dependencies, optional extras, and console scripts for bellman-predict and bellman-train
  • include data, config, and artifacts in source distribution via MANIFEST.in

Testing

  • pip install -e .
  • bellman-predict (fails: NameError: name 'Dataset' is not defined)
  • python -m LGHackerton.predict (fails: NameError: name 'Dataset' is not defined)

https://chatgpt.com/codex/tasks/task_e_68a05ac24fe48328819aa7dd5b93e89b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant