This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving library sources to an src subdir and excluding the tests packa…
…ge from the installation.
- Loading branch information
1 parent
9d4c8bb
commit c9030b6
Showing
15 changed files
with
10 additions
and
30 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,33 +1,10 @@ | ||
# Byte-compiled / optimized / DLL files | ||
/__pycache__/ | ||
*.py[cod] | ||
|
||
# PyCharm | ||
/.eggs/ | ||
/.idea/ | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
/env/ | ||
/build/ | ||
/develop-eggs/ | ||
/dist/ | ||
/downloads/ | ||
/eggs/ | ||
/.eggs/ | ||
/lib/ | ||
/lib64/ | ||
/parts/ | ||
/sdist/ | ||
/var/ | ||
/*.egg-info/ | ||
/.installed.cfg | ||
*.egg | ||
/src/json_cfg.egg-info/ | ||
|
||
/README.html | ||
/CHANGES.html | ||
|
||
# PyInstaller | ||
# Usually these files are written by a python script from a template | ||
# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
*.py[cod] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include README.rst | ||
include CHANGES.rst | ||
include LICENSE.txt | ||
recursive-include tests *.py |
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.
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.