Skip to content

Commit 22f6ddf

Browse files
authored
Master (#2)
* management commands functionality is added * authors info added
1 parent a8c2b12 commit 22f6ddf

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
@@ -10,8 +10,8 @@
1010
" as a fixture of the given format,filter and more features ",
1111
long_description=open(os.path.join(os.path.dirname(__file__), "README.md")).read(),
1212
long_description_content_type="text/markdown",
13-
author="Ehsan Safir , Farid Ahmad Qattali",
14-
author_email="EhsanSafir@outlook.com , FaridAhmad@Gmail.com ",
13+
author="Ehsan Safir , Sayed Farid Qattali",
14+
author_email="EhsanSafir@outlook.com , eng.faridqattali@gmail.com ",
1515
url="https://github.com/EhsanSafir/django_dumpdata_advance",
1616
package_dir={"": "src"},
1717
packages=find_packages("src"),

0 commit comments

Comments
 (0)