File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ all releases are available on `PyPI <https://pypi.org/project/pytask-stata>`_ an
7
7
`Anaconda.org <https://anaconda.org/pytask/pytask-stata >`_.
8
8
9
9
10
- 0.0.5 - 2021-xx-xx
10
+ 0.0.5 - 2021-03-04
11
11
------------------
12
12
13
13
- :gh: `7 ` fix some post-release issues.
14
+ - :gh: `9 ` adds dependencies to ``setup.py ``.
14
15
15
16
16
17
0.0.4 - 2021-02-25
Original file line number Diff line number Diff line change 1
- include LICENSE
2
- include versioneer.py
3
- include src/pytask_stata/_version.py
1
+ prune .conda
2
+ prune tests
4
3
5
4
exclude *.rst
6
5
exclude *.yml
7
6
exclude *.yaml
8
7
exclude tox.ini
9
8
10
- prune .conda
11
- prune tests
9
+ include README.rst
10
+ include LICENSE
11
+ include versioneer.py
12
+ include src/pytask_stata/_version.py
Original file line number Diff line number Diff line change 39
39
"Programming Language :: Python :: 3.8" ,
40
40
"Programming Language :: Python :: 3.9" ,
41
41
],
42
+ install_requires = ["pytask >= 0.0.9" ],
42
43
platforms = "any" ,
43
44
packages = find_packages (where = "src" ),
44
45
package_dir = {"" : "src" },
45
46
entry_points = {"pytask" : ["pytask_stata = pytask_stata.plugin" ]},
47
+ include_package_data = True ,
46
48
zip_false = False ,
47
49
)
You can’t perform that action at this time.
0 commit comments