We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ef35f commit 9a9ba28Copy full SHA for 9a9ba28
setup.py
@@ -6,7 +6,7 @@
6
7
from setuptools import setup, find_packages
8
9
-with open('README.md', 'r', 'utf-8') as readme_file:
+with open('README.md', 'r') as readme_file:
10
readme = readme_file.read()
11
12
install_requires = []
@@ -20,7 +20,7 @@
20
extras_require = {'tests': tests_require}
21
22
setup(
23
- name='design_pytterns',
+ name='design-pytterns',
24
version='0.1.0',
25
url='https://github.com/Alchemy-Meister/python-design-patterns',
26
author='Alchemy-Meister',
0 commit comments