~turminal/ocraas

ed63dd334144f88e197ce50539d975f9ede9abb3 — Bor Grošelj Simić 3 years ago 1ea8d3f 0.10.2
fix setup
2 files changed, 9 insertions(+), 1 deletions(-)

A MANIFEST.in
M setup.py
A MANIFEST.in => MANIFEST.in +7 -0
@@ 0,0 1,7 @@
include .flake8.conf
include .isort.cfg
include .mypy.ini
include init.sql
include ocraas/templates/*
include ocraas/static/*
include README.md

M setup.py => setup.py +2 -1
@@ 24,12 24,13 @@ setup(
    ],
    license='AGPL-3',
    package_data={
        'ocraas': [
        '': [
            'config.example.ini',
            '.isort.cfg',
            '.flake8.conf',
            '.mypy.ini',
            'init.sql',
            'README.md',
            'ocraas/templates/*',
            'ocraas/static/*',
        ],