diff --git a/c_formatter_42/__init__.py b/c_formatter_42/__init__.py index fe404ae..01ef120 100644 --- a/c_formatter_42/__init__.py +++ b/c_formatter_42/__init__.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/setup.cfg b/setup.cfg index 4560554..1ba54db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 tag = true commit = true @@ -10,14 +10,14 @@ parse = __version__ = (?P\d+)\.(?P\d+)\.(?P\d+) [metadata] name = c_formatter_42 -version = 0.2.4 +version = 0.2.6 description = formatting tool complient with 42 school's norm long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/dawnbeen/c_formatter_42 -project_urls = +project_urls = Tracker = https://github.com/dawnbeen/c_formatter_42/issues -classifiers = +classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 @@ -35,7 +35,7 @@ packages = find: python_requires = >=3.7 [options.package_data] -* = +* = data/* data/.* @@ -43,7 +43,7 @@ python_requires = >=3.7 c_formatter_42 = test_* [options.entry_points] -console_scripts = +console_scripts = c_formatter_42 = c_formatter_42.__main__:main [flake8] @@ -63,7 +63,7 @@ addopts = --cov=c_formatter_42 --cov-report=term-missing source = c_formatter_42 [coverage:report] -exclude_lines = +exclude_lines = pragma: no cover sys.platform NotImplementedError