Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flit install --pth-file doesn't build [project.gui-scripts] #585

Open
dougransom opened this issue Aug 24, 2022 · 1 comment
Open

flit install --pth-file doesn't build [project.gui-scripts] #585

dougransom opened this issue Aug 24, 2022 · 1 comment

Comments

@dougransom
Copy link

from pyproject.toml:
[project.scripts] natlinkconfig_cli = "natlinkcore.configure.natlinkconfig_cli:main_cli" [project.gui-scripts] natlinkconfig_gui = "natlinkcore.configure.natlinkconfig_gui:main_gui"

pip-install -e

shows correct behavior:

` Directory: C:\Program Files (x86)\Python39-32\Scripts

Mode LastWriteTime Length Name


-a---- 8/24/2022 2:40 PM 98191 natlinkconfig_cli.exe
-a---- 8/24/2022 2:40 PM 92048 natlinkconfig_gui.exe`

flit install -pth-file:
`PS C:\Program Files (x86)\Python39-32\Scripts> ls nat*

Directory: C:\Program Files (x86)\Python39-32\Scripts

Mode LastWriteTime Length Name


-a---- 8/24/2022 2:43 PM 98196 natlinkconfig.exe
-a---- 8/24/2022 2:43 PM 283 natlinkconfig_cli
-a---- 8/24/2022 2:43 PM 91 natlinkconfig_cli.cmd
`

@dougransom
Copy link
Author

workaround pip install -e .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant