Skip to content

Commit

Permalink
Added pypi dependency files (#34)
Browse files Browse the repository at this point in the history
Added pypi dependency files
  • Loading branch information
annmary-roy authored Dec 1, 2022
1 parent 9bf2392 commit e0abee1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[project]
name = "cmflib"
version = "0.0.2"
authors = [
{ name="Hewlett Packard Enterprise"},
]
description = "Track metadata for AI pipeline"
readme = "README.md"
requires-python = ">=3.7,<=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
]

[project.urls]
"Homepage" = "https://github.com/HewlettPackard/cmf"
"Bug Tracker" = "https://github.com/HewlettPackard/cmf/issues"
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
description-file=README.md
license_files=LICENSE
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.1'
VERSION = '0.0.2'
DESCRIPTION = 'Metadata Python Package'
LONG_DESCRIPTION = 'Metadata framework storing AI metadata into MLMD'

Expand All @@ -9,8 +9,7 @@
# the name must match the folder name 'verysimplemodule'
name="cmflib",
version=VERSION,
author="Annmary Justine",
author_email="[email protected]",
author="Hewlett Packard Enterprise",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
packages=find_packages(),
Expand All @@ -24,6 +23,6 @@
"Development Status :: 3 - Alpha",
"Intended Audience :: Education",
"Programming Language :: Python :: 3",
"Operating System :: Linux :: Ubuntu",
"Operating System :: POSIX :: Linux",
]
)

0 comments on commit e0abee1

Please sign in to comment.