-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2] feature: setuptools files added
- Loading branch information
Showing
3 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[build-system] | ||
requires = [ | ||
"setuptools>=45", | ||
] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
[metadata] | ||
name = cf-stats | ||
version = 0.0.1 | ||
author = Sudipto Baral | ||
author_email = [email protected] | ||
description = Simple codeforces stat card for GitHub readme. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/sudiptob2/cf-stats | ||
|
||
classifiers = | ||
Development Status :: 0 - Alpha | ||
Environment :: Console | ||
Intended Audience :: Information Technology | ||
License :: GNU General Public License v3.0 | ||
Operating System :: MacOS | ||
Operating System :: Microsoft | ||
Operating System :: POSIX :: Linux | ||
Programming Language :: Python :: 3.10 | ||
Topic :: GitHub :: Codeforces | ||
Topic :: GitHub Readme | ||
Topic :: Stat Card | ||
|
||
[options] | ||
package_dir = | ||
app=app | ||
packages = find_namespace: | ||
python_requires = >=3.10 | ||
|
||
install_requires = | ||
attrs==22.1.0 | ||
certifi==2022.6.15 | ||
charset-normalizer==2.1.0 | ||
idna==3.3 | ||
iniconfig==1.1.1 | ||
packaging==21.3 | ||
pluggy==1.0.0 | ||
py==1.11.0 | ||
pydantic==1.9.2 | ||
pyparsing==3.0.9 | ||
python-dotenv==0.20.0 | ||
requests==2.28.1 | ||
tomli==2.0.1 | ||
typing_extensions==4.3.0 | ||
urllib3==1.26.11 | ||
|
||
|
||
[options.packages.find] | ||
where = | ||
|
||
exclude = | ||
tests | ||
tests.* | ||
docs | ||
docs.* | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
app=app.main |
This file was deleted.
Oops, something went wrong.