Skip to content

Commit 5d649fa

Browse files
authored
Merge pull request #167 from davidhewitt/move-tomlgen
tomlgen: move to separate package
2 parents e0eccc7 + ae5a19e commit 5d649fa

File tree

13 files changed

+2
-486
lines changed

13 files changed

+2
-486
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Removed
1010
- Remove `test_rust` command. (`python setup.py test` is deprecated.) [#129](https://github.com/PyO3/setuptools-rust/pull/129)
1111
- Remove `check_rust` command. [#131](https://github.com/PyO3/setuptools-rust/pull/131)
12+
- Move `tomlgen_rust` command to separate `setuptools-rust-tomlgen` package. [#167](https://github.com/PyO3/setuptools-rust/pull/167)
1213

1314
### Fixed
1415
- Use info from sysconfig when cross-compiling. [#139](https://github.com/PyO3/setuptools-rust/pull/139)

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,3 @@ By default, `develop` will create a debug build, while `install` will create a r
8787
- `build_rust` - Command builds all rust extensions.
8888
- `clean` - Standard clean command executes cargo clean for all rust
8989
extensions.
90-
- `tomlgen_rust` - Automatically generate a Cargo.toml manifest based
91-
on Python package metadata. See the [example
92-
project](https://github.com/PyO3/setuptools-rust/tree/main/examples/tomlgen)
93-
on GitHub for more information about this command.

examples/tomlgen/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/tomlgen/README.rst

Lines changed: 0 additions & 121 deletions
This file was deleted.

examples/tomlgen/hello/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/tomlgen/hello/english/lib.rs

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/tomlgen/hello/french/lib.rs

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/tomlgen/setup.cfg

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/tomlgen/setup.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/tomlgen/tox.ini

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)