mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Update setup.py
This commit is contained in:
parent
b89bd1e690
commit
661939f0a1
1 changed files with 6 additions and 0 deletions
6
setup.py
6
setup.py
|
@ -1,3 +1,9 @@
|
||||||
|
#importing the library
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
#calling the main setup function
|
||||||
setup()
|
setup()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# might find code disclaimer template here https://estore.merge.com/mergecom3/resources/sourcecodedisclaimer.htm
|
||||||
|
|
Loading…
Reference in a new issue