Skip to content

Commit

Permalink
[#2] feature: setuptools files added
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptob2 committed Aug 15, 2022
1 parent ac394ac commit 79f9dfa
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 12 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = [
"setuptools>=45",
]
build-backend = "setuptools.build_meta"
59 changes: 59 additions & 0 deletions setup.cfg
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
12 changes: 0 additions & 12 deletions tests/test_utils/test_cf_parser.py

This file was deleted.

0 comments on commit 79f9dfa

Please sign in to comment.