Skip to content

Commit

Permalink
Add needed configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ctselas7 committed Jun 7, 2024
1 parent 3b317a3 commit 5b7b13f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[metadata]
name = vf_portalytics

[bdist_wheel]
universal = 1
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

setuptools.setup(
name='vf_portalytics',
setup_requires=['pbr', 'pytest-runner'],
pbr=True,
description='A consistent interface for creating Machine Learning Models compatible with VisualFabriq environment',
long_description=long_description,
author='Christos Tselas',
Expand Down

0 comments on commit 5b7b13f

Please sign in to comment.