Moved version file to source folder

This commit is contained in:
2022-05-30 21:06:46 +02:00
parent 27f4b67d8b
commit c3ae7e8349
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1,2 +1,2 @@
__version__ = '0.3'