Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatin-8898 authored Sep 5, 2024
1 parent 10fc93d commit 8f10052
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
PKG_NAME = 'ingen-lib'
MAIN_PKG = 'ingen'
VERSION_PY_FILE = os.path.join(MAIN_PKG, 'version.py')
DEFAULT_PKG_VERSION = '1.0.0'
PKG_VERSION = DEFAULT_PKG_VERSION
PKG_VERSION_FILE = 'pkg_version.txt'

setup(name=PKG_NAME,
version=PKG_VERSION,
version='{{VERSION_PLACEHOLDER}}',
packages=setuptools.find_packages(include=['ingen', 'ingen.*']),
package_data={},
description='A Python script suite that generates interface files based on the given interface metadata/config '
Expand Down

0 comments on commit 8f10052

Please sign in to comment.