mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
Update MANIFEST.in
This commit is contained in:
@@ -4,3 +4,5 @@ include README.md
|
||||
include LICENSE
|
||||
include CHANGELOG.md
|
||||
include requirements.txt
|
||||
|
||||
global-exclude *.c
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user