-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved imports as well as src-layout
- Loading branch information
1 parent
dbec16d
commit 0f750cf
Showing
20 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
pixoo/__pycache__/ | ||
src/pixoo/__pycache__/ | ||
*.egg-info/ | ||
dist/ | ||
|
||
pixoo/configurations/__pycache__/ | ||
src/pixoo/configurations/__pycache__/ | ||
|
||
pixoo/constants/__pycache__/ | ||
src/pixoo/constants/__pycache__/ | ||
|
||
pixoo/enums/__pycache__/ | ||
src/pixoo/enums/__pycache__/ | ||
|
||
pixoo/objects/__pycache__/ | ||
src/pixoo/objects/__pycache__/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "pixoo" | ||
version = "0.9.1" | ||
version = "0.9.2" | ||
authors = [ | ||
{ name = "Ron Talman", email = "[email protected]" }, | ||
] | ||
|
@@ -22,5 +22,9 @@ dynamic = ['dependencies', 'keywords'] | |
Homepage = "https://github.com/SomethingWithComputers/pixoo" | ||
Issues = "https://github.com/SomethingWithComputers/pixoo/issues" | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["pixoo"] | ||
#[tool.setuptools] | ||
#py-modules = ["__init__", "utilities"] | ||
# | ||
#[tool.setuptools.packages.find] | ||
#where = ["pixoo"] | ||
#namespaces = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.