Skip to content

Commit 4f764c2

Browse files
committed
Adjusted project name and copyright
1 parent cfe61e2 commit 4f764c2

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

setup.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2021 Mathieu Imfeld
3+
# Copyright (c) 2021 MrMat
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -20,19 +20,6 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
# MIT License
24-
#
25-
#
26-
# Permission is hereby granted, free of charge, to any person obtaining a copy
27-
# of this software and associated documentation files (the "Software"), to deal
28-
# in the Software without restriction, including without limitation the rights
29-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30-
# copies of the Software, and to permit persons to whom the Software is
31-
# furnished to do so, subject to the following conditions:
32-
#
33-
#
34-
#
35-
3623
from setuptools import setup, find_packages
3724

3825
setup(
@@ -47,13 +34,10 @@
4734
setup_requires=['flake8'],
4835
zip_safe=False,
4936
include_package_data=True,
50-
package_data={
51-
"": ["*.yaml"]
52-
},
5337

5438
entry_points={
5539
'console_scripts': [
56-
'mrmat-python-api-connexion = mrmat_python_api_connexion.app:main'
40+
'mrmat-python-api-flask = mrmat_python_api_flask.app:main'
5741
]
5842
}
5943
)

0 commit comments

Comments
 (0)