File tree 3 files changed +40
-24
lines changed
3 files changed +40
-24
lines changed 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"
7
+
8
+ [project ]
9
+ name = " pyprojroot"
10
+ version = " 0.3.0"
11
+ authors = [
12
+ {
name =
" Daniel Chen" ,
email =
" [email protected] " },
13
+ ]
14
+ description = " Project-oriented workflow in Python"
15
+ readme = " README.md"
16
+ dependencies = [
17
+ " typing-extensions"
18
+ ]
19
+ requires-python = " >=3.7"
20
+ classifiers = [
21
+ " Programming Language :: Python :: 3" ,
22
+ " License :: OSI Approved :: MIT License" ,
23
+ " Operating System :: OS Independent" ,
24
+ ]
25
+
26
+ [project .urls ]
27
+ "Homepage" = " https://github.com/chendaniely/pyprojroot"
28
+ "Bug Tracker" = " https://github.com/chendaniely/pyprojroot/issues"
Original file line number Diff line number Diff line change
1
+ [options]
2
+ packages = find:
3
+ package_dir =
4
+ = src
5
+ include_package_data = True
6
+
7
+ [options.packages.find]
8
+ where = src
9
+
10
+ [options.package_data]
11
+ pyprojroot =
12
+ py.typed
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments