Skip to content

Commit

Permalink
Move to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
iancleary committed May 19, 2023
1 parent 422e963 commit 3c66309
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion new_component/__init__.py

This file was deleted.

10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "new_component"
version = "0.4.2"
version = "0.4.3"
description = "Quickly create opinionated Styled Components for React Projects"
authors = [
{name = "Ian Cleary", email = "github@iancleary.me"},
Expand Down Expand Up @@ -32,11 +32,9 @@ write_to = "new_component/VERSION"
write_template = "__version__ = '{}'" # optional, default to "{}"

[tool.pdm.build]
excludes = ["./**/.git"]
includes = ["new_component"]
source-includes = ["LICENSE", "README.md"]
# editables backend doesn't work well with namespace packages
editable-backend = "path"
package-dir = "src"
includes = ["src/new_component"]
source-includes = ["tests", "LICENSE", "README.md"]

[tool.pdm.dev-dependencies]
dev = [
Expand Down
1 change: 1 addition & 0 deletions src/new_component/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__app_name__ = "datnewnew"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3c66309

Please sign in to comment.