Fix/drone setup missing packages #4

Merged
KevinMidboe merged 7 commits from fix/drone-setup-missing-packages into master 2021-07-04 14:18:00 +00:00
Showing only changes of commit 5c787852a0 - Show all commits

View File

@@ -5,14 +5,14 @@ from setuptools import setup, find_packages
from sys import path
from os.path import dirname
import torrentSearch
from torrentSearch.__init__ import __version__
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name='torrentSearch',
version=torrentSearch.__version__,
version=__version__,
packages=find_packages(),
package_data={
'torrentSearch': ['default_config.ini'],