Skip to content

Commit

Permalink
no ignore setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zzjjzzgggg committed Jan 9, 2024
1 parent 6f69b4d commit 8e47f84
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ venv.bak/
.DS_Store

# dev testing
setup.py
# setup.py
test*
.olauth
.olignore
14 changes: 14 additions & 0 deletions olcesync/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# created on 2018-08-12 19:22

import setuptools

setuptools.setup(
name="olcesync",
version="0.0.1",
author="J. Zhao",
author_email="[email protected]",
description="A small example package",
packages=setuptools.find_packages(),
)
14 changes: 14 additions & 0 deletions olsync/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# created on 2018-08-12 19:22

import setuptools

setuptools.setup(
name="olsync",
version="0.0.1",
author="J. Zhao",
author_email="[email protected]",
description="A small example package",
packages=setuptools.find_packages(),
)

0 comments on commit 8e47f84

Please sign in to comment.