Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
changed name in license
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNalin committed Apr 20, 2022
1 parent 0dbec27 commit afa8f62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
tests/
build/
develop-eggs/
dist/
Expand Down
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 Nalin
Copyright (c) 2022 NotNalin

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
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ classifiers =
package_dir =
= src
packages = find:
install_requires = [
requests,
BeautifulSoup4,
]
python_requires = >=3.6
install_requires =
requests
BeautifulSoup4
python_requires = >=3.8

[options.packages.find]
where = src

0 comments on commit afa8f62

Please sign in to comment.