Skip to content

Commit

Permalink
changes for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-kotsehub committed May 31, 2022
1 parent d433a51 commit 8ff097d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file modified dist/pyflox-0.1.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyflox.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Expand Down
3 changes: 3 additions & 0 deletions pyflox.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ LICENSE.TXT
README.md
setup.cfg
setup.py
flox/__init__.py
flox/flox.py
flox/utils.py
pyflox.egg-info/PKG-INFO
pyflox.egg-info/SOURCES.txt
pyflox.egg-info/dependency_links.txt
Expand Down
2 changes: 1 addition & 1 deletion pyflox.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

flox
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import find_packages, setup
setup(
name='pyflox',
packages=find_packages(include=['pyflox']),
packages=find_packages(include=['flox']),
version='0.1.2',
description='Library for serverless Federated Learning experiments.',
url='https://github.com/nikita-kotsehub/FLoX',
download_url='https://github.com/nikita-kotsehub/FLoX/archive/refs/tags/v0.1.2.tar.gz',
download_url='https://github.com/nikita-kotsehub/FLoX/archive/refs/tags/v0.1.2-test.tar.gz',
author='Nikita Kotsehub',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 8ff097d

Please sign in to comment.