Skip to content

Commit

Permalink
Fixed Setup
Browse files Browse the repository at this point in the history
pip install TenNet
  • Loading branch information
alessandro-santini committed Sep 5, 2022
1 parent 67a08e8 commit 482c634
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
Metadata-Version: 2.1
Name: TenNet
Version: 0.1.0
Summary: UNKNOWN
Version: 0.1.1
Home-page: https://github.com/alessandro-santini/TenNet
Author: Alessandro Santini
Author-email: asantini@sissa.it
License: UNKNOWN
Platform: UNKNOWN
License-File: LICENSE

UNKNOWN

Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
LICENSE
README.md
setup.py
TenNet.egg-info/PKG-INFO
TenNet.egg-info/SOURCES.txt
TenNet.egg-info/dependency_links.txt
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions .gitignore/build_dist.ipy
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
%%python ../setup.py sdist
%pip install -e .
#%%
%%python -m twine upload dist/TenNet-0.1.1.tar.gz -u alessandro-santini -p 31eqDAcz
Binary file added .gitignore/dist/TenNet-0.1.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion TenNet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

from . import tensors
from . import tools
Expand Down
Binary file modified TenNet/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
setup(
name='TenNet',
version=__version__,

url='https://github.com/alessandro-santini/TenNet',
author='Alessandro Santini',
author_email='asantini@sissa.it',

py_modules=['TenNet'],
)

0 comments on commit 482c634

Please sign in to comment.