Skip to content

Commit

Permalink
Move kvadratnet and tests into separate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Mar 22, 2020
1 parent 86d0d96 commit 128ed38
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ def readme():
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Utilities",
],
entry_points={"console_scripts": ["knet=knet:cli"]},
entry_points={"console_scripts": ["knet=kvadratnet.knet:cli"]},
keywords="kvadratnet gis tiling",
url="https://github.com/kbevers/kvadratnet",
author="Kristian Evers",
author_email="[email protected]",
license="ISC",
py_modules=["kvadratnet", "knet"],
packages=["kvadratnet", "tests"],
install_requires=["click"],
test_suite="pytest",
test_suite="tests/",
tests_require=["pytest"],
)
Empty file added tests/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 128ed38

Please sign in to comment.