Skip to content

Commit

Permalink
move to src structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkarls committed May 6, 2022
1 parent e1da1d9 commit a6cc7c2
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 5 deletions.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ url = https://github.com/rhkarls/sondera
project_urls =
Bug Tracker = https://github.com/rhkarls/sondera/issues
classifiers =
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Expand All @@ -17,7 +18,9 @@ classifiers =

[options]
python_requires = >= 3.8
packages = sondera
package_dir=
=src
packages = find:
zip_safe = False
install_requires =
numpy
Expand All @@ -26,6 +29,9 @@ install_requires =
requests
tqdm

[options.packages.find]
where = src

[options.extras_require]
test =
pytest
Expand Down
4 changes: 0 additions & 4 deletions sondera/__init__.py → src/sondera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
__author__ = """Reinert Huseby Karlsen"""
__email__ = ''
__version__ = '0.0.1'

from .clients import smhi

__all__ = [smhi]
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.

0 comments on commit a6cc7c2

Please sign in to comment.