Skip to content

Commit

Permalink
OPS: Add version to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed May 3, 2021
1 parent 1baa427 commit 9a0aa56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
import os
from setuptools import setup


def git_version():
return os.system('git rev-parse HEAD')


setup(
name="panel-codes-twine",
version=git_version(),
version="0.0.0",
py_modules=['app'],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit 9a0aa56

Please sign in to comment.