Skip to content

Commit

Permalink
Merge pull request #88 from visualfabriq/fix_pypi_releases
Browse files Browse the repository at this point in the history
Fix pypi releases
  • Loading branch information
ctselas7 authored Jun 7, 2024
2 parents 3b317a3 + 5b7b13f commit d3091a2
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 d3091a2

Please sign in to comment.