88
99setup (
1010 name = "Pytomatas" ,
11- version = "1.1.1" ,
11+ version = "1.1.2" ,
12+ packages = ["Pytomatas" ] or find_packages ("src" ),
13+ package_dir = {"" : "src" },
1214 author = "arhcoder" ,
1315 author_email = "arhcoder@gmail.com" ,
1416 description = "Simulates Automatons Acceptors DFA, NFA, PDA and Turing Machines" ,
1517 long_description = long_description ,
1618 long_description_content_type = "text/markdown" ,
1719 url = "https://github.com/arhcoder/Pytomatas" ,
1820 license = "MIT License" ,
19- packages = find_packages (),
2021 include_package_data = True ,
2122 project_urls = {
2223 "Bug Tracker" : "https://github.com/arhcoder/Pytomatas/issues" ,
23- "Contribution" : "https://github.com/arhcoder/Pytomatas/pulls" ,
24- "Author" : "https://github.com/arhcoder"
24+ "Author" : "https://github.com/arhcoder" ,
25+ "Source" : "https://github.com/arhcoder/Pytomatas" ,
26+ "Contribution" : "https://github.com/arhcoder/Pytomatas/pulls"
2527 },
28+ keywords = [
29+ "Automata" , "Automaton" , "Turing Machine" , "Simulation" ,
30+ "DFA" , "NFA" , "PDA" , "TM" , "Python"
31+ ],
2632 classifiers = [
2733 "Programming Language :: Python :: 3" ,
2834 "License :: OSI Approved :: MIT License" ,
2935 "Operating System :: OS Independent"
3036 ],
31- package_dir = {"" : "src" },
3237 python_requires = ">=3.6"
3338)
0 commit comments