Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mgheorghe/dpugen
Browse files Browse the repository at this point in the history
  • Loading branch information
mgheorghe committed Jun 6, 2024
2 parents aca811d + 2a45dd2 commit 7b88edb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dpugen
version = 0.1.3
version = 0.2.2
author = Mircea Dan Gheorghe
author_email = mircea-dan.gheorghe@keysight.com
description = Multi-vendor DPU library to generate its configuration
Expand All @@ -14,17 +14,13 @@ classifiers =
Operating System :: OS Independent

[options]
package_dir =
= dpugen
packages = find:
python_requires = >=2.7, <4
install_requires =
ipaddress
macaddress
munch

[options.packages.find]
where = dpugen
orjson

[egg_info]
tag_build =
Expand Down

0 comments on commit 7b88edb

Please sign in to comment.