Project tree changes
This commit is contained in:
parent
63fa79f693
commit
54d382f190
@ -37,5 +37,4 @@ actually sophisticated. But remember, that I wrote all of that without sophistic
|
|||||||
__version__ = "0.1"
|
__version__ = "0.1"
|
||||||
__author__ = "Profitroll"
|
__author__ = "Profitroll"
|
||||||
|
|
||||||
from .main import *
|
from . import raw
|
||||||
import raw
|
|
4
setup.py
4
setup.py
@ -5,10 +5,6 @@ setup(
|
|||||||
version="0.1",
|
version="0.1",
|
||||||
author="Profitroll",
|
author="Profitroll",
|
||||||
description="Small module that makes your journey with RMV REST API somehow easier.",
|
description="Small module that makes your journey with RMV REST API somehow easier.",
|
||||||
packages=[
|
|
||||||
"PythonRMV",
|
|
||||||
"PythonRMV/raw"
|
|
||||||
],
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests",
|
"requests",
|
||||||
"xmltodict"
|
"xmltodict"
|
||||||
|
Loading…
Reference in New Issue
Block a user