Renamed packge to "pyflo-lib" so we can upload to PyPI

This commit is contained in:
Vivek Teega 2023-02-20 21:56:27 +05:30
parent 64119f8baa
commit ee50ef60b9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,4 +4,5 @@ dist/
.github/
pybtc.egg-info/
pyflo.egg-info/
pyflo_lib.egg-info/
*.pyc

View File

@ -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',