Skip to content

Commit 1edd810

Browse files
committed
Setup directory structure
--- + docs/: Documentation + tests/: Test cases and data + src/icspacket: main project source
1 parent 071663d commit 1edd810

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/requirements-docs.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sphinx
2+
shibuya
3+
sphinx-copybutton
4+
sphinx-design
5+
sphinx-tabs

src/icspacket/__init__.py

Whitespace-only changes.

tests/__init__.py

Whitespace-only changes.

tests/requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest

0 commit comments

Comments
 (0)