File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,7 @@ access_token.json
3434response_data.json
3535
3636# Selenium
37- geckodriver.log
37+ geckodriver.log
38+
39+ # dist
40+ dist /
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [
3+ " setuptools>=42" ,
4+ " wheel" ,
5+ ]
6+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 88setuptools .setup (
99 name = "dynamic" ,
1010 version = "0.0.1" ,
11+ author = "IOSF Community" ,
12+ author_email = "ping@iosf.in" ,
1113 description = "Search for your questions in stackoverflow" ,
1214 long_description = long_description ,
1315 long_description_content_type = "text/markdown" ,
1416 url = "https://github.com/IndianOpenSourceFoundation/dynamic-cli" ,
15- packages = setuptools .find_packages (),
17+ project_urls = {
18+ "Bug Tracker" : "https://github.com/IndianOpenSourceFoundation/dynamic-cli/issues" ,
19+ },
1620 install_requires = DEPENDENCIES ,
21+ package_dir = {"" : "src" },
22+ packages = setuptools .find_packages (where = "src" ),
1723 entry_points = {"console_scripts" : ['dynamic=main:search_flag.search_args' ]},
1824 classifiers = [
1925 "Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments