From ee50ef60b9ea0b7250ac559053312aadf59d101a Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 20 Feb 2023 21:56:27 +0530 Subject: [PATCH] Renamed packge to "pyflo-lib" so we can upload to PyPI --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cff9c4b..a45cadd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dist/ .github/ pybtc.egg-info/ pyflo.egg-info/ +pyflo_lib.egg-info/ *.pyc \ No newline at end of file diff --git a/setup.py b/setup.py index e9ecb2e..59faac9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -setup(name='pyflo', +setup(name='pyflo-lib', version='2.0.9', description='Python FLO library', keywords='flo',