Renamed packge to "pyflo-lib" so we can upload to PyPI
This commit is contained in:
parent
64119f8baa
commit
ee50ef60b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,5 @@ dist/
|
|||||||
.github/
|
.github/
|
||||||
pybtc.egg-info/
|
pybtc.egg-info/
|
||||||
pyflo.egg-info/
|
pyflo.egg-info/
|
||||||
|
pyflo_lib.egg-info/
|
||||||
*.pyc
|
*.pyc
|
||||||
2
setup.py
2
setup.py
@ -4,7 +4,7 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
setup(name='pyflo',
|
setup(name='pyflo-lib',
|
||||||
version='2.0.9',
|
version='2.0.9',
|
||||||
description='Python FLO library',
|
description='Python FLO library',
|
||||||
keywords='flo',
|
keywords='flo',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user