Skip to content

Commit

Permalink
Fix packaging error #2
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Jun 21, 2022
1 parent 4774f0a commit 08dd630
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
23 changes: 11 additions & 12 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,23 @@ pydantic = {version = "==1.8.2", extras = ["dotenv"]}
pyDataverse = "==0.3.1"
pytest-selenium = "2.0.1"
typer = "==0.3.2"
unknown = {editable = true, path = "."}

[dev-packages]
black = "==19.10b0"
flake8 = "==3.9.0"
flake8-docstrings = "==1.5.0"
flake8-rst-docstrings = "==v0.0.13"
flake8-blind-except = "==v0.1.1"
flake8-builtins = "==1.5.3"
flake8-bandit = "==v2.1.0"
flake8-breakpoint = "==v1.1.0"
flake8-bugbear = "==20.1.4"
flake8-comprehensions = "==3.2.3"
flake8-requirements = "==v1.3.2"
flake8-pytest-style = "==v1.2.1"
mypy = "==0.790"
pre-commit = "*"
pylint = "*"
autopep8 = "*"
dvtests = {editable = true, path = "."}
tox = "*"
twine = "*"
build = "*"
flake8 = "*"
flake8-builtins = "*"
flake8-breakpoint = "*"
flake8-bugbear = "*"
flake8-comprehensions = "*"
flake8-requirements = "*"
flake8-pytest-style = "*"

[requires]
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ packages = find:
package_dir =
= src

[options.packages.find]
where = src

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

0 comments on commit 08dd630

Please sign in to comment.