Commit Graph

214 Commits

Author SHA1 Message Date
f4f5c051f5 Clean up IntelliJ .gitignore a bit 2021-01-19 15:55:52 -08:00
9d0cbd4a9f Add pip-wheel-metadata & .pytest_cache to ignore
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/51
2021-01-19 15:55:09 -08:00
8434801bfc Upgrade pydocstyle to v5
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/52
2021-01-19 15:45:26 -08:00
f962541b66 Export type annotations to importing projects 2021-01-19 15:30:31 -08:00
3a0fcae1b9 Merge pull request #50 from tmckenzie51/tiffany/gitignore-additions
Add IDE filenames to .gitignore
2021-01-19 10:49:20 -08:00
57f829250d update .gitignore 2020-12-07 11:18:39 -05:00
7077fea598 Merge pull request #49 from carver/sanding-rough-edges
Collection of updates
2020-10-05 10:27:34 -07:00
4d0358f67b Be sure to remove py3 cache files 2020-09-24 08:59:09 -07:00
be1c324204 Add some Makefile doc strings 2020-09-24 08:58:58 -07:00
27d0c7f0e5 Customize section title, because default is bad
It has weird capitalization rules, in particular.
2020-09-24 08:47:17 -07:00
57b2826855 Merge pull request #48 from ethereum/mypy-package-name-fix
Latest mypy refuses package with file path
2020-09-02 21:17:51 -07:00
d74a5e2bd8 Latest mypy refuses package with file path 2020-09-02 15:54:34 -07:00
ea7038bd26 Update link to correct URL for release notes 2020-09-01 11:29:19 -07:00
54c02fe71c Merge pull request #47 from carver/bump-missing-error
Better error if bump missing in make notes/release
2020-05-12 08:32:05 -07:00
c447735449 Better error if bump missing in make notes/release 2020-05-11 13:55:17 -07:00
e38d2349dd Merge pull request #46 from pipermerriam/piper/update-testing-and-lint-deps
Update testing and lint deps
2020-04-23 09:31:27 -06:00
4195de3142 Update testing and lint deps 2020-04-23 09:13:32 -06:00
582e9aa475 Merge pull request #44 from ethereum/templatize-module-name-in-docs
Replace web3 reference with <MODULE_NAME>
2020-02-03 14:09:21 -08:00
6d75c9aa8d Update docs copyright to the year 2020 2020-01-24 11:28:54 -08:00
e6e69625bb Replace web3 reference with <MODULE_NAME>
Some hard-coded references to web3.py slipped through. Clearly this user path is not tested very often. In eth-abi, it still said EthereumAlarmClock X)
2020-01-24 11:21:24 -08:00
c8f686f077 Update MIT License to 2020 2020-01-24 11:07:11 -08:00
6dd194ce95 Merge pull request #43 from ethereum/manifest-in
Add MANIFEST.in file
2019-12-13 17:48:10 +01:00
4ab4a01a36 Add MANIFEST.in file 2019-12-12 13:21:22 +01:00
df429d259c Merge pull request #27 from ethereum/template-filler-venv
Skip venv in template filler & print progress
2019-11-27 15:31:30 -08:00
89363b2d9b Add internal type for release notes 2019-11-25 21:44:29 +01:00
07eecb5c69 Separate release-note build from release 2019-11-25 21:44:29 +01:00
02fe35663c Setup towncrier to generate release notes 2019-11-25 21:44:29 +01:00
a6f6078814 Add vim .swo files and .mypy_cache to .gitignore 2019-06-03 12:22:46 -07:00
dc9f04c18f Skip venv in template filler & print progress 2019-05-03 14:45:55 -07:00
81af1b6444 Merge pull request #26 from pipermerriam/piper/update-to-native-pypy-markdown-support
switch to native pypy markdown support
2019-05-01 13:53:19 -07:00
84d2b22a7b switch to native pypy markdown support 2019-05-01 14:32:48 -06:00
720b2cf3d2 Add mypy support 2019-04-26 18:22:24 +02:00
3c1bbfe738 Merge pull request #24 from davesque/updates
Update default author email
2019-04-03 11:55:57 -06:00
5e6dc29991 Update default author email 2019-03-26 12:11:50 -06:00
0b85056ca8 Merge pull request #23 from davesque/travis
Remove travis config
2019-03-26 11:49:07 -06:00
5f3e6b37bf Remove travis config 2019-03-25 20:04:26 -06:00
7bffe4b08c Merge pull request #22 from davesque/updates
Remove attribution to specific person, update README
2019-03-25 17:52:00 -06:00
de4bdf9e30 Remove attribution to specific person 2019-03-25 15:14:04 -06:00
2fb32d204d Merge pull request #21 from davesque/pydocstyle
Add docstring checking with pydocstyle
2019-01-25 10:00:24 -07:00
dd74824840 Add docstring checking with pydocstyle 2019-01-24 13:57:17 -07:00
66e6b7e3c4 Merge pull request #19 from ethereum/drop-py35
Drop py3.5, add py3.7
2019-01-16 13:55:56 -08:00
caf9050a19 Drop py3.5, add py3.7 2019-01-15 16:06:18 -08:00
03f00d3fbe Merge pull request #12 from njgheorghita/update-bumpversion
[WIP] Add changelog instructions
2018-09-05 11:00:43 -07:00
0b004a8597 Add changelog instructions 2018-09-04 18:46:05 -06:00
5ad0973c3d Ignore any internal _utils module 2018-08-29 09:47:22 -07:00
56e4b20080 Merge pull request #7 from davesque/fix-readlink
Make template filler more BSD friendly
2018-06-07 12:04:01 -07:00
af727b97f2 Merge pull request #8 from davesque/twine
Use twine for pypi uploading per packaging docs
2018-06-07 12:02:28 -07:00
e0af03a299 Merge pull request #10 from davesque/eth-utils-version
Update eth-utils version requirement
2018-06-07 11:52:59 -07:00
24d6899caa Merge pull request #9 from davesque/gpg-sign-setting
Fix ineffectual commands in Makefile
2018-06-07 11:52:30 -07:00
d3537cf1ab Update eth-utils version requirement 2018-06-07 12:27:07 -06:00