Update MANIFEST.in

This commit is contained in:
Herklos
2021-08-07 12:13:56 +02:00
parent f1d584d532
commit 79c94e5e79
2 changed files with 3 additions and 1 deletions

View File

@@ -4,3 +4,5 @@ include README.md
include LICENSE
include CHANGELOG.md
include requirements.txt
global-exclude *.c

View File

@@ -36,7 +36,7 @@ from setuptools import find_packages
from setuptools import setup, Extension
from octobot.constants import PROJECT_NAME, VERSION
PACKAGES = find_packages(exclude=["tentacles*"])
PACKAGES = find_packages(exclude=["tentacles*", "tests", ])
packages_list = [
"octobot.configuration_manager",