Skip to content

Commit

Permalink
setup added
Browse files Browse the repository at this point in the history
  • Loading branch information
muscodev committed Jan 18, 2023
1 parent 4a9fcbd commit 0f7988e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 596 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python application

on:
push:
branches: [ "version-2" ]
branches: [ "main" ]
pull_request:
branches: [ "version-2" ]
branches: [ "main" ]

permissions:
contents: read
Expand Down
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
from setuptools import setup

setup(
name='dbwraper',
version='1.1',
name='dbwraper',
description='A simple wraper to work with postgresql and oracle',
url='https://github.com/muslih-DIY/dbwrapers',
author='Stephen Hudson',
author='Muslih k',
author_email='muslihk00@gmail.com',
license='BSD 2-clause',
packages=['dbwraper'],
install_requires=[ ],


classifiers=[
'Programming Language :: Python :: 3.5',
Expand Down
246 changes: 0 additions & 246 deletions wrapers/or_wraper.py

This file was deleted.

Loading

0 comments on commit 0f7988e

Please sign in to comment.