Skip to content

Commit d797674

Browse files
author
Gabriel Chamon
committed
added __init__.py to sysrsync.helpers and ignored tests folder
1 parent 600c8f4 commit d797674

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/gchamon/sysrsync",
17-
packages=setuptools.find_packages(),
17+
packages=setuptools.find_packages(exclude=['tests']),
1818
platforms='any',
1919
classifiers=[
2020
"Programming Language :: Python :: 3",
2121
"License :: OSI Approved :: MIT License",
2222
"Operating System :: OS Independent",
2323
],
2424
python_requires='>3.6'
25-
)
25+
)

sysrsync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.2'
22

33
from .command_maker import *
44
from .runner import run

sysrsync/helpers/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)