Skip to content

Commit 9a9ba28

Browse files
renamed package
1 parent b3ef35f commit 9a9ba28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from setuptools import setup, find_packages
88

9-
with open('README.md', 'r', 'utf-8') as readme_file:
9+
with open('README.md', 'r') as readme_file:
1010
readme = readme_file.read()
1111

1212
install_requires = []
@@ -20,7 +20,7 @@
2020
extras_require = {'tests': tests_require}
2121

2222
setup(
23-
name='design_pytterns',
23+
name='design-pytterns',
2424
version='0.1.0',
2525
url='https://github.com/Alchemy-Meister/python-design-patterns',
2626
author='Alchemy-Meister',

0 commit comments

Comments
 (0)