diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..965040e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include c_formatter_42/data/* diff --git a/setup.cfg b/setup.cfg index 760a9b9..a66b7e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = c_formatter_42 -version = 0.1.3.2 +version = 0.1.3.3 description = formatting tool complient with 42 school's norm long_description = file: README.md long_description_content_type = text/markdown @@ -23,9 +23,6 @@ classifiers = packages = find: python_requires = >=3.6 -[options.package_data] -c_formatter_42/data = * - [options.exclude_package_data] c_formatter_42 = test_*