We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925d846 commit b13089aCopy full SHA for b13089a
onlinesimru/_version.py
@@ -1 +1 @@
1
-__version__ = "2.0.2"
+__version__ = "2.0.3"
setup.py
@@ -1,5 +1,5 @@
from os import path
2
-from setuptools import setup
+from setuptools import setup, find_packages
3
import re
4
5
"""
@@ -49,7 +49,7 @@ def requirements():
49
author_email="[email protected]",
50
url="https://github.com/s00d/onlinesim-python-api",
51
download_url="https://github.com/s00d/onlinesim-python-api/archive/master.zip",
52
- packages=["onlinesimru"],
+ packages=find_packages(),
53
install_requires=requirements(),
54
setup_requires=['wheel'],
55
classifiers=[
0 commit comments