Skip to content

Commit b80e887

Browse files
author
Elias Nygren
committed
setup.py and gitignore
1 parent 22e2530 commit b80e887

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ ENV/
33
.DS_Store
44
UpCloud.egg-info/
55
*.pyc
6+
build/
7+
dist/
8+
*.egg-info

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# from distutils.core import setup
44
from setuptools import setup
55

6-
setup(name='UpCloud',
6+
setup(name='upcloud-api-python',
77
version='0.1',
88
description='UpCloud API Client',
99
author='Elias Nygren',

0 commit comments

Comments
 (0)