Skip to content

Commit b13089a

Browse files
committed
fix
1 parent 925d846 commit b13089a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

onlinesimru/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.2"
1+
__version__ = "2.0.3"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from os import path
2-
from setuptools import setup
2+
from setuptools import setup, find_packages
33
import re
44

55
"""
@@ -49,7 +49,7 @@ def requirements():
4949
author_email="[email protected]",
5050
url="https://github.com/s00d/onlinesim-python-api",
5151
download_url="https://github.com/s00d/onlinesim-python-api/archive/master.zip",
52-
packages=["onlinesimru"],
52+
packages=find_packages(),
5353
install_requires=requirements(),
5454
setup_requires=['wheel'],
5555
classifiers=[

0 commit comments

Comments
 (0)