Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Commit f181e26

Browse files
committed
Removed setup.py and restructured to src-layout
1 parent d8de1c4 commit f181e26

5 files changed

Lines changed: 4 additions & 27 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
/temp
55
/venv
66
__pycache__
7-
/PyADIF_File.egg-info
8-
/adif_file/__version__.py
7+
PyADIF_File.egg-info
8+
__version__.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyADIF-File"
3-
dynamic = ["version", "license"]
3+
dynamic = ["version"]
44
authors = [
55
{ name="Andreas Schawo", email="andreas@schawo.de" },
66
]

setup.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import os
22
import sys
3-
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
3+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'src')))

0 commit comments

Comments
 (0)