diff --git a/.gitignore b/.gitignore index b6e4761..2072f04 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__/ # Distribution / packaging .Python +tests/ build/ develop-eggs/ dist/ diff --git a/LICENSE b/LICENSE index 748e1f1..7d2bccb 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/setup.cfg b/setup.cfg index c7023a5..6787388 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 \ No newline at end of file