issues
search
danielmwatkins
/
icedrift
Library for processing sea ice drifting buoys
3
stars
2
forks
source link
Set up project as installable package
#8
Closed
cpaniaguam
closed
7 months ago
cpaniaguam
commented
7 months ago
This PR includes the following changes
clean up
init
in src/icedrift
delete setup.py file (in favor of pyproject.toml)
add .gitignore file to ignore virtual environment and cache files
add pyproject.toml file with project metadata and dependencies (modern standard)
move src files to src/icedrift (modern way)
Closes #7
This PR includes the following changes
Closes #7