-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 1.13 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# coding: utf-8
[metadata]
name = education_platform_for_pythoneers
keywords = learning, python, pythoneer
long-description = file: README.md
long-description-content-type = text/markdown; charset=UTF-8
author = Kacper Stysło
author_email = [email protected]
description = Education platform with task to learn python.
url = https://github.com/kacperstyslo/education-platform-for-pythoneers
project-urls =
Code = https://github.com/kacperstyslo/education-platform-for-pythoneers
Issue tracker = https://github.com/kacperstyslo/education-platform-for-pythoneers/issues
classifier =
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries
[pycodestyle]
max-line-length = 100
[pep8]
max-line-length = 100