Skip to content

Commit

Permalink
Specify module name
Browse files Browse the repository at this point in the history
Since the name of the module is different to the name of the package we must explicitly tell flit this.
  • Loading branch information
Bluenix2 committed Nov 28, 2021
1 parent dfc087d commit c50ce5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ repository = "https://github.com/Bluenix2/discord-gateway/"
[build-system]
requires = ["flit_core >=3.5<4"]
build-backend = "flit_core.buildapi"

[tool.flit]
module = {name = "discord_gateway"}

0 comments on commit c50ce5d

Please sign in to comment.