Skip to content

Commit

Permalink
Fix packaging error #6
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Jun 21, 2022
1 parent c6a01e0 commit 426f718
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tox = "*"
twine = "*"
build = "*"
flake8 = "*"

flake8-builtins = "*"
flake8-breakpoint = "*"
flake8-bugbear = "*"
Expand Down
16 changes: 11 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dvtests
version = attr: src.dvtests.__version__
version = 0.1.0
author = Stefan Kasberger
author_email = mail@stefankasberger.at
url = https://github.com/gdcc/dataverse_tests
Expand All @@ -25,13 +25,19 @@ classifiers =
Natural Language :: English

[options]
packages = find:
package_dir =
= src
packages =
dvtests
dvtests.testing
dvtests.testing.default
dvtests.testing.custom
dvtests.testing.custom.aussda_production
dvtests.utils

[options.entry_points]
console_scripts =
dvtests = src.dvtests.main:app
# [options.entry_points]
# console_scripts =
# dvtests = src.dvtests.main:app

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit 426f718

Please sign in to comment.