Skip to content

Commit

Permalink
minor update - lost context from main.py -> __main.py__
Browse files Browse the repository at this point in the history
  • Loading branch information
ngschmidt committed Nov 15, 2021
1 parent 64bc91a commit 65411ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions restify/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import json

# Import Restify Library
from RuminatingCogitation import Settings
from RuminatingCogitation import Reliquary
from restify.RuminatingCogitation import Settings
from restify.RuminatingCogitation import Reliquary

# Import OS - let's use this for passwords and usernames
# APIUSER = Username
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="restify-ENGYAK", # Replace with your own username
version="0.1.6",
version="0.1.7",
author="Nicholas Schmidt",
author_email="nick.schmidt3@gmail.com",
description="Abstractions should save typing, not thinking! This project will provide a quick and simple CLI for REST API consumption. Build your own library of known API endpoints/modifiers, and consume directly via the CLI.",
Expand Down

0 comments on commit 65411ce

Please sign in to comment.