Skip to content

Commit

Permalink
✏️ Converted src into a package
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Jun 5, 2024
1 parent e21fa5b commit e89ccc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Formula/moodle-to-vikwikiquiz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MoodleToVikwikiquiz < Formula

desc "A CLI for converting a graded Moodle quiz HTML to a vik.wiki quiz wikitext."
homepage "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz"
url "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz/archive/1.0.15.tar.gz"
url "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz/archive/1.0.16.tar.gz"
license "GPl-3.0"
sha256 ""
head "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz.git"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
description="A CLI for converting a graded Moodle quiz HTML to a vik.wiki quiz wikitext.",
author="Máté Gyöngyösi",
url="https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz",
version="1.0.15",
version="1.0.16",
packages=find_packages(where="src"),
package_dir={"": "src"},
entry_points={
"console_scripts": [
"moodle-to-vikwikiquiz=moodle_to_vikwikiquiz.main:main",
"moodle-to-vikwikiquiz=src.moodle_to_vikwikiquiz.main:main",
],
},
python_requires=">=3.9",
Expand Down
Empty file added src/__init__.py
Empty file.

0 comments on commit e89ccc6

Please sign in to comment.