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

Recognise pyproject.toml as project file #1912

Open
slackline opened this issue Oct 22, 2024 · 2 comments
Open

Recognise pyproject.toml as project file #1912

slackline opened this issue Oct 22, 2024 · 2 comments

Comments

@slackline
Copy link
Contributor

PEP 518 and PEP 621 defined the pyproject.toml as the current de facto Python package specification for configuring Python packages.

Currently pyproject.toml isn't listed in the File markers table.

It would be useful if Projectile recognised these files as denoting the root of a project.

@bbatsov
Copy link
Owner

bbatsov commented Oct 22, 2024

That's just a documentation issue - if you check the code, you'll see that Projectile actually supports this project type. (see https://github.com/bbatsov/projectile/blob/master/projectile.el#L3441)

Would be nice to rework a little bit the table and list the file markers there by groups of languages/ecosystems, but I haven't had much time to work on doc improvements lately.

@slackline
Copy link
Contributor Author

👍 Sorry for not checking the code and thanks for the pointer.

As I reordered the table in the current documentation and also thought perhaps grouping by language might be useful I could have a go at this. Will try and fit it in at some point over the coming weeks (am on holiday early November so may have some down time to do it then).

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

2 participants