Skip to content

Commit

Permalink
fix: rename package for pypi (Wazzabeee#9)
Browse files Browse the repository at this point in the history
rename package from plagiarism-checker to plagiarism-detector
  • Loading branch information
Wazzabeee authored Apr 21, 2024
1 parent 434cbb2 commit 3cfe423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Clement Delteil
Copyright (c) 2024 Clement Delteil

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Plagiarism checker

# Plagiarism Detector
![GIF demo](data/img/example.gif)

## About
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version = version_file.read().strip()

setup(
name="plagiarism-checker",
name="plagiarism-detector",
version=version,
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 3cfe423

Please sign in to comment.